diff options
author | hexcoder- <heiko@hexco.de> | 2020-12-04 08:43:58 +0100 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-12-04 08:43:58 +0100 |
commit | e9a342f3d96b15594f95122b9dbd4de358f5923e (patch) | |
tree | 5bdae305365afc674f17d15a1ccba97a4f0ce3e1 | |
parent | b31d5a7cef66b47fc457159de84088139a5bbf7c (diff) | |
download | afl++-e9a342f3d96b15594f95122b9dbd4de358f5923e.tar.gz |
common.h change from user header include to system header include
-rw-r--r-- | include/common.h | 2 |
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. */ |