summaryrefslogtreecommitdiff
path: root/source3/include/includes.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r--source3/include/includes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index 9c8cc7fa33..2935a26f50 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -653,6 +653,8 @@ typedef char fstring[FSTRING_LEN];
#include "util_tdb.h"
#include "../talloc/talloc.h"
+
+#include "../lib/util/time.h"
/* And a little extension. Abort on type mismatch */
#define talloc_get_type_abort(ptr, type) \
(type *)talloc_check_name_abort(ptr, #type)