diff options
author | van Hauser <vh@thc.org> | 2020-09-18 12:19:27 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-09-18 12:19:27 +0200 |
commit | 44c0dc6d961853806a07fa05b948686392ea93fc (patch) | |
tree | 9bffba8d20ed54e78526505df864f1dd367d0c38 /instrumentation/afl-compiler-rt.o.c | |
parent | 1225f3aa70c797752c9a9a9c1e8b8aadf3a855dc (diff) | |
download | afl++-44c0dc6d961853806a07fa05b948686392ea93fc.tar.gz |
fix expand havoc
Diffstat (limited to 'instrumentation/afl-compiler-rt.o.c')
-rw-r--r-- | instrumentation/afl-compiler-rt.o.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/afl-compiler-rt.o.c b/instrumentation/afl-compiler-rt.o.c index 2fbefd70..f38af668 100644 --- a/instrumentation/afl-compiler-rt.o.c +++ b/instrumentation/afl-compiler-rt.o.c @@ -35,7 +35,7 @@ #include <sys/mman.h> #ifndef __HAIKU__ -#include <sys/shm.h> + #include <sys/shm.h> #endif #include <sys/wait.h> #include <sys/types.h> |