summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/ntdb/private.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ntdb/private.h b/lib/ntdb/private.h
index 5efd2e0d92..249253758f 100644
--- a/lib/ntdb/private.h
+++ b/lib/ntdb/private.h
@@ -35,6 +35,7 @@
#include "system/select.h"
#include "system/wait.h"
#else
+#include <stdarg.h>
#include <stdint.h>
#include <stdbool.h>
#include <stdlib.h>
@@ -47,6 +48,10 @@
#include <stdio.h>
#include <utime.h>
#include <unistd.h>
+#include <ctype.h>
+#include <string.h>
+#include <sys/wait.h>
+#include <time.h>
#endif
#include <assert.h>