diff options
author | van Hauser <vh@thc.org> | 2019-07-26 10:35:58 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2019-07-26 10:35:58 +0200 |
commit | 8f4f45c524d217236a2e64be0d95d0a6de11df9c (patch) | |
tree | 034f618365e033dbf477b98d30dec96547aff6f8 /afl-fuzz.c | |
parent | db2392b77872d47343cbedc032d642dc1d876563 (diff) | |
download | afl++-8f4f45c524d217236a2e64be0d95d0a6de11df9c.tar.gz |
incorporated most of the 2.53b changes
Diffstat (limited to 'afl-fuzz.c')
-rw-r--r-- | afl-fuzz.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/afl-fuzz.c b/afl-fuzz.c index 8f4e1344..f974268f 100644 --- a/afl-fuzz.c +++ b/afl-fuzz.c @@ -23,7 +23,9 @@ #define AFL_MAIN #define MESSAGES_TO_STDOUT +#ifndef _GNU_SOURCE #define _GNU_SOURCE +#endif #define _FILE_OFFSET_BITS 64 #include "config.h" |