diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-11-02 00:24:21 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:05:12 -0500 |
commit | ead3508ac81ff3ed2a48753f3b5e23537ba6ec73 (patch) | |
tree | 5bf293783de7fbc138ee206749ab02bf18415ea1 /source4/client | |
parent | 28785364baec1fbbf66de9ca38f397d7cc5c2c67 (diff) | |
download | samba-ead3508ac81ff3ed2a48753f3b5e23537ba6ec73.tar.gz samba-ead3508ac81ff3ed2a48753f3b5e23537ba6ec73.tar.bz2 samba-ead3508ac81ff3ed2a48753f3b5e23537ba6ec73.zip |
r3447: more include/system/XXX.h include files
(This used to be commit 264ce9181089922547e8f6f67116f2d7277a5105)
Diffstat (limited to 'source4/client')
-rw-r--r-- | source4/client/client.c | 2 | ||||
-rw-r--r-- | source4/client/clitar.c | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/source4/client/client.c b/source4/client/client.c index 4dd149796d..4a7f0dd258 100644 --- a/source4/client/client.c +++ b/source4/client/client.c @@ -24,6 +24,8 @@ #include "includes.h" #include "librpc/gen_ndr/ndr_srvsvc.h" #include "libcli/raw/libcliraw.h" +#include "system/time.h" +#include "system/dir.h" #ifndef REGISTER #define REGISTER 0 diff --git a/source4/client/clitar.c b/source4/client/clitar.c index 7c19204e74..3746f51248 100644 --- a/source4/client/clitar.c +++ b/source4/client/clitar.c @@ -37,6 +37,7 @@ #include "includes.h" #include "clitar.h" +#include "system/time.h" /** Convert list of tokens to array; dependent on above routine. |