diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-13 22:36:07 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:57:14 -0500 |
commit | 7a121583b496a8fc0c1fcf44504d814700273e40 (patch) | |
tree | 50ffb9241cdd158ad13bcb97f49fecb30f011dc1 /source4/client | |
parent | 35447f0a486a00dc11355613ea7aaa7928c69961 (diff) | |
download | samba-7a121583b496a8fc0c1fcf44504d814700273e40.tar.gz samba-7a121583b496a8fc0c1fcf44504d814700273e40.tar.bz2 samba-7a121583b496a8fc0c1fcf44504d814700273e40.zip |
r14349: Kill proto.h!
Prototypes are now spread over multiple headers, usually one per subsystem.
This change is required to allow proper header dependencies later on,
without recompiling Samba each time the mtime of any source file changes.
(This used to be commit 3da79bf909f801386a52e6013db399c384d0401c)
Diffstat (limited to 'source4/client')
-rw-r--r-- | source4/client/client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/client/client.c b/source4/client/client.c index a9d7f6cd47..7f043f9a5d 100644 --- a/source4/client/client.c +++ b/source4/client/client.c @@ -37,6 +37,7 @@ #include "system/time.h" /* needed by some systems for asctime() */ #include "libcli/resolve/resolve.h" #include "libcli/security/proto.h" +#include "lib/replace/readline.h" static int io_bufsize = 64512; |