diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-12-04 15:41:24 +0100 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-12-04 15:41:24 +0100 |
commit | 1aebbd7490b39a39c31d473af536b7f932412cb6 (patch) | |
tree | 3b75a5a065efc2d363b3303c9f84cc11cfab1eb4 /include/common.h | |
parent | 330f33a4356f46f25d0930aa61ef18c78a559fea (diff) | |
parent | 3d233b34b88dc49b33e4d1f91668194c6f59637a (diff) | |
download | afl++-1aebbd7490b39a39c31d473af536b7f932412cb6.tar.gz |
Merge branch 'dev' of github.com:aflplusplus/aflplusplus into dev
Diffstat (limited to 'include/common.h')
-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. */ |