diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-01-03 15:40:05 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:49:39 -0500 |
commit | 78c50015bb8bd5a1d831a6e7ec796b3367c73145 (patch) | |
tree | 86ce0adee3ce2a7edf660b97a8406a2874007d54 /source4/torture/nbench | |
parent | 25bb00fbcd409572e1c19c05fdc42c883936780b (diff) | |
download | samba-78c50015bb8bd5a1d831a6e7ec796b3367c73145.tar.gz samba-78c50015bb8bd5a1d831a6e7ec796b3367c73145.tar.bz2 samba-78c50015bb8bd5a1d831a6e7ec796b3367c73145.zip |
r12694: Move some headers to the directory of the subsystem they belong to.
(This used to be commit c722f665c90103f3ed57621c460e32ad33e7a8a3)
Diffstat (limited to 'source4/torture/nbench')
-rw-r--r-- | source4/torture/nbench/nbench.c | 1 | ||||
-rw-r--r-- | source4/torture/nbench/nbio.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/source4/torture/nbench/nbench.c b/source4/torture/nbench/nbench.c index 353140a706..4357dd53a1 100644 --- a/source4/torture/nbench/nbench.c +++ b/source4/torture/nbench/nbench.c @@ -20,6 +20,7 @@ #include "includes.h" #include "torture/torture.h" +#include "libcli/libcli.h" #include "system/filesys.h" #include "pstring.h" diff --git a/source4/torture/nbench/nbio.c b/source4/torture/nbench/nbio.c index 40d9277c6e..3e4c9a0f92 100644 --- a/source4/torture/nbench/nbio.c +++ b/source4/torture/nbench/nbio.c @@ -24,6 +24,7 @@ #include "system/time.h" #include "system/filesys.h" #include "dlinklist.h" +#include "libcli/libcli.h" #include "libcli/raw/libcliraw.h" #define MAX_FILES 100 |