summaryrefslogtreecommitdiff
path: root/src/misc/syscall.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/syscall.c')
-rw-r--r--src/misc/syscall.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/misc/syscall.c b/src/misc/syscall.c
index 9d435a97..6f3ef656 100644
--- a/src/misc/syscall.c
+++ b/src/misc/syscall.c
@@ -1,3 +1,5 @@
+#define _BSD_SOURCE
+#include <unistd.h>
#include "syscall.h"
#include <stdarg.h>