about summary refs log tree commit diff
path: root/src/afl-showmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/afl-showmap.c')
-rw-r--r--src/afl-showmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-showmap.c b/src/afl-showmap.c
index 70a30ce4..7b46cd2b 100644
--- a/src/afl-showmap.c
+++ b/src/afl-showmap.c
@@ -57,7 +57,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>