summaryrefslogtreecommitdiff
path: root/extcap.c
diff options
context:
space:
mode:
Diffstat (limited to 'extcap.c')
-rw-r--r--extcap.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/extcap.c b/extcap.c
index 103e8e0152..78d357acd6 100644
--- a/extcap.c
+++ b/extcap.c
@@ -37,6 +37,13 @@
#include <unistd.h>
#endif
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_WAIT_H
+#include <sys/wait.h>
+#endif
+
#include <glib.h>
#include <log.h>