diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-02-23 11:29:01 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:52:04 -0500 |
commit | 10d88a02d727ae16336eec8f696a94b76c1132cd (patch) | |
tree | 0e62916d4248e645eab56a453ec74b7742597a53 /source4/torture/rap | |
parent | 7e0e663b3f8b90e22b9ea0796c10cdc43d35db25 (diff) | |
download | samba-10d88a02d727ae16336eec8f696a94b76c1132cd.tar.gz samba-10d88a02d727ae16336eec8f696a94b76c1132cd.tar.bz2 samba-10d88a02d727ae16336eec8f696a94b76c1132cd.zip |
r13652: Move some more stuff out off include/
(This used to be commit 26bf2a393b90acc098be0b30886dbba34d348a01)
Diffstat (limited to 'source4/torture/rap')
-rw-r--r-- | source4/torture/rap/rap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rap/rap.c b/source4/torture/rap/rap.c index e9cb45e3b0..77cf2a1c0a 100644 --- a/source4/torture/rap/rap.c +++ b/source4/torture/rap/rap.c @@ -21,7 +21,7 @@ #include "includes.h" #include "torture/torture.h" -#include "rap.h" +#include "libcli/rap/rap.h" #include "libcli/raw/libcliraw.h" #include "libcli/libcli.h" |