diff options
author | hexcoder- <heiko@hexco.de> | 2019-09-12 22:56:38 +0200 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2019-09-12 22:56:38 +0200 |
commit | a67d86c6e2ca58db81f2ddf6d0a4c837be88271d (patch) | |
tree | a4c76502d8f56a1ef5464dc64bf799e4038e334a /include | |
parent | df379dfcf46941125bc6b8f9d3e2e1141b84e137 (diff) | |
download | afl++-a67d86c6e2ca58db81f2ddf6d0a4c837be88271d.tar.gz |
Second part of refactoring afl-fuzz-one.c. Now more back to sane functions.
Diffstat (limited to 'include')
-rw-r--r-- | include/afl-fuzz.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index ff0b239c..aa879a40 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -30,7 +30,7 @@ #define MESSAGES_TO_STDOUT #ifndef _GNU_SOURCE -#define _GNU_SOURCE +#define _GNU_SOURCE 1 #endif #define _FILE_OFFSET_BITS 64 |