summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/unistd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unistd.c b/src/unistd.c
index 219e9ec..e8c5a0a 100644
--- a/src/unistd.c
+++ b/src/unistd.c
@@ -12,6 +12,7 @@
* unistd style operations.
*/
+#include <sys/types.h>
#include <unistd.h>
#include <errno.h>