From 515de0d68d30a4e69fe5fb971c622391185fc4ba Mon Sep 17 00:00:00 2001 From: David CARLIER Date: Sat, 9 May 2020 23:21:26 +0100 Subject: Illumos biuld fix (#357) --- include/afl-fuzz.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/afl-fuzz.h') diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index 7aed41d6..9f306b7e 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -33,7 +33,9 @@ #ifndef _GNU_SOURCE #define _GNU_SOURCE 1 #endif +#ifndef _FILE_OFFSET_BITS #define _FILE_OFFSET_BITS 64 +#endif #ifdef __ANDROID__ #include "android-ashmem.h" -- cgit 1.4.1