summaryrefslogtreecommitdiff
path: root/src/rexp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rexp.c')
-rw-r--r--src/rexp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rexp.c b/src/rexp.c
index effa882..6deeda7 100644
--- a/src/rexp.c
+++ b/src/rexp.c
@@ -26,6 +26,8 @@
static const char id[]="$Id$";
#include <stdlib.h>
+#include <unistd.h>
+#include <sys/types.h>
#include <regex.h>
#include "global.h"