diff options
Diffstat (limited to 'include/afl-fuzz.h')
-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 2f712806..f6158014 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -67,7 +67,7 @@ #include <sys/wait.h> #include <sys/time.h> #ifndef USEMMAP -#include <sys/shm.h> + #include <sys/shm.h> #endif #include <sys/stat.h> #include <sys/types.h> |