summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/syscall.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/syscall.h b/src/syscall.h
index fab279a..88ca7b8 100644
--- a/src/syscall.h
+++ b/src/syscall.h
@@ -1,4 +1,5 @@
#include <sys/syscall.h>
+#include <unistd.h>
#define _SYMSTR(str) #str
#define SYMSTR(str) _SYMSTR(str)