about summary refs log tree commit diff
path: root/instrumentation/afl-compiler-rt.o.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-09-18 12:19:27 +0200
committervan Hauser <vh@thc.org>2020-09-18 12:19:27 +0200
commit44c0dc6d961853806a07fa05b948686392ea93fc (patch)
tree9bffba8d20ed54e78526505df864f1dd367d0c38 /instrumentation/afl-compiler-rt.o.c
parent1225f3aa70c797752c9a9a9c1e8b8aadf3a855dc (diff)
downloadafl++-44c0dc6d961853806a07fa05b948686392ea93fc.tar.gz
fix expand havoc
Diffstat (limited to 'instrumentation/afl-compiler-rt.o.c')
-rw-r--r--instrumentation/afl-compiler-rt.o.c2
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>