diff options
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 8595bb0613..42d23865b8 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 |