summaryrefslogtreecommitdiff
path: root/lib/util/time.h
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2014-09-22 19:38:18 +1000
committerJeremy Allison <jra@samba.org>2014-10-04 00:11:20 +0200
commitfd9f0c27e71cdda833e9dd24f0eb87ad524e73cf (patch)
tree40c7cda9b56128a7730516fa1b18e547e3f72831 /lib/util/time.h
parent1f0e5cb38c6d444d33b7736d43a32439cdf04d81 (diff)
downloadsamba-fd9f0c27e71cdda833e9dd24f0eb87ad524e73cf.tar.gz
lib/util: Clean up includes for time.[ch]
Allows standalone compile without external includes.h. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/util/time.h')
-rw-r--r--lib/util/time.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/util/time.h b/lib/util/time.h
index 8595bb06137..42d23865b82 100644
--- a/lib/util/time.h
+++ b/lib/util/time.h
@@ -24,6 +24,10 @@
#ifndef _SAMBA_TIME_H_
#define _SAMBA_TIME_H_
+#include <stdbool.h>
+#include <stdint.h>
+#include <talloc.h>
+
#ifndef TIME_T_MIN
/* we use 0 here, because (time_t)-1 means error */
#define TIME_T_MIN 0