about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2019-09-12 22:56:38 +0200
committerhexcoder- <heiko@hexco.de>2019-09-12 22:56:38 +0200
commita67d86c6e2ca58db81f2ddf6d0a4c837be88271d (patch)
treea4c76502d8f56a1ef5464dc64bf799e4038e334a /include
parentdf379dfcf46941125bc6b8f9d3e2e1141b84e137 (diff)
downloadafl++-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.h2
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