about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-12-25 14:21:59 +0100
committervanhauser-thc <vh@thc.org>2021-12-25 14:21:59 +0100
commit47488dcd02a67683e1a904d3eb2b90069e5a93ec (patch)
tree1e3a85134413e2da8c090de7c1d6aab6caabe5e1 /src
parent185d7f2edea037902289967e008729d921db1978 (diff)
downloadafl++-47488dcd02a67683e1a904d3eb2b90069e5a93ec.tar.gz
nits
Diffstat (limited to 'src')
-rw-r--r--src/afl-common.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/afl-common.c b/src/afl-common.c
index 6c2d0753..9973ac08 100644
--- a/src/afl-common.c
+++ b/src/afl-common.c
@@ -38,13 +38,10 @@
 #include "common.h"
 
 /* Detect @@ in args. */
-#ifndef __glibc__
-  #include <unistd.h>
-#endif
+#include <unistd.h>
 #include <limits.h>
 #include <sys/types.h>
 #include <sys/stat.h>
-#include <unistd.h>
 #include <fcntl.h>
 
 u8  be_quiet = 0;