summaryrefslogtreecommitdiff
path: root/source4/lib/tdb/common
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/tdb/common')
-rw-r--r--source4/lib/tdb/common/tdb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/tdb/common/tdb.c b/source4/lib/tdb/common/tdb.c
index 67d9f9903d..d41809c3d8 100644
--- a/source4/lib/tdb/common/tdb.c
+++ b/source4/lib/tdb/common/tdb.c
@@ -66,6 +66,8 @@
#include "spinlock.h"
#else
#include "includes.h"
+#include "system/time.h"
+#include "system/shmem.h"
#endif
#define TDB_MAGIC_FOOD "TDB file\n"