diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-11-02 00:24:21 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2004-11-02 00:24:21 +0000 |
commit | 98b58164137731e4e40ff76c4988839f3c44b77c (patch) | |
tree | 699236739b6bf4053d80244243cc430f909830b6 /source/lib/time.c | |
parent | 067d58738d464faed5044454b77e55ad432a54cd (diff) | |
download | samba-98b58164137731e4e40ff76c4988839f3c44b77c.tar.gz samba-98b58164137731e4e40ff76c4988839f3c44b77c.tar.xz samba-98b58164137731e4e40ff76c4988839f3c44b77c.zip |
r3447: more include/system/XXX.h include files
Diffstat (limited to 'source/lib/time.c')
-rw-r--r-- | source/lib/time.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/lib/time.c b/source/lib/time.c index 5ea9b468441..cfceebf9cb7 100644 --- a/source/lib/time.c +++ b/source/lib/time.c @@ -21,6 +21,7 @@ */ #include "includes.h" +#include "system/time.h" #ifndef TIME_T_MIN #define TIME_T_MIN 0 |