about summary refs log tree commit diff
path: root/include/common.h
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2020-12-04 15:41:24 +0100
committerDominik Maier <domenukk@gmail.com>2020-12-04 15:41:24 +0100
commit1aebbd7490b39a39c31d473af536b7f932412cb6 (patch)
tree3b75a5a065efc2d363b3303c9f84cc11cfab1eb4 /include/common.h
parent330f33a4356f46f25d0930aa61ef18c78a559fea (diff)
parent3d233b34b88dc49b33e4d1f91668194c6f59637a (diff)
downloadafl++-1aebbd7490b39a39c31d473af536b7f932412cb6.tar.gz
Merge branch 'dev' of github.com:aflplusplus/aflplusplus into dev
Diffstat (limited to 'include/common.h')
-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. */