aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-12-04 08:43:58 +0100
committerhexcoder- <heiko@hexco.de>2020-12-04 08:43:58 +0100
commite9a342f3d96b15594f95122b9dbd4de358f5923e (patch)
tree5bdae305365afc674f17d15a1ccba97a4f0ce3e1 /include
parentb31d5a7cef66b47fc457159de84088139a5bbf7c (diff)
downloadAFLplusplus-e9a342f3d96b15594f95122b9dbd4de358f5923e.tar.gz
common.h change from user header include to system header include
Diffstat (limited to 'include')
-rw-r--r--include/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index 6e5039d8..125c3abf 100644
--- a/include/common.h
+++ b/include/common.h
@@ -31,8 +31,8 @@
#include <string.h>
#include <unistd.h>
#include <sys/time.h>
+#include <stdbool.h>
#include "types.h"
-#include "stdbool.h"
/* STRINGIFY_VAL_SIZE_MAX will fit all stringify_ strings. */