diff options
author | Martin Schwenke <martin@meltin.net> | 2014-09-22 19:38:18 +1000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-10-04 00:11:20 +0200 |
commit | fd9f0c27e71cdda833e9dd24f0eb87ad524e73cf (patch) | |
tree | 40c7cda9b56128a7730516fa1b18e547e3f72831 /lib/util/time.h | |
parent | 1f0e5cb38c6d444d33b7736d43a32439cdf04d81 (diff) | |
download | samba-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.h | 4 |
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 |