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/wins_srv.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/wins_srv.c')
-rw-r--r-- | source/lib/wins_srv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/lib/wins_srv.c b/source/lib/wins_srv.c index d8be9e61d6a..c9a5549cdc4 100644 --- a/source/lib/wins_srv.c +++ b/source/lib/wins_srv.c @@ -21,6 +21,7 @@ */ #include "includes.h" +#include "system/time.h" /* This is pretty much a complete rewrite of the earlier code. The main |