summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/master.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/master.c b/src/master.c
index a7dbc26..ba259f6 100644
--- a/src/master.c
+++ b/src/master.c
@@ -10,6 +10,7 @@
#include <stdio.h>
#include <string.h>
+#include <sys/types.h>
#ifndef _WIN32
#include <unistd.h>
#endif