From a67d86c6e2ca58db81f2ddf6d0a4c837be88271d Mon Sep 17 00:00:00 2001 From: hexcoder- Date: Thu, 12 Sep 2019 22:56:38 +0200 Subject: Second part of refactoring afl-fuzz-one.c. Now more back to sane functions. --- include/afl-fuzz.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/afl-fuzz.h') 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 -- cgit 1.4.1