summaryrefslogtreecommitdiffstats
path: root/otherlibs/unix/mkfifo.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/unix/mkfifo.c')
-rw-r--r--otherlibs/unix/mkfifo.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/otherlibs/unix/mkfifo.c b/otherlibs/unix/mkfifo.c
index d53c3ccb7..f187baf8c 100644
--- a/otherlibs/unix/mkfifo.c
+++ b/otherlibs/unix/mkfifo.c
@@ -11,6 +11,8 @@
/* $Id$ */
+#include <sys/types.h>
+#include <sys/stat.h>
#include <mlvalues.h>
#include "unixsupport.h"