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/ntvfs/ipc | |
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/ntvfs/ipc')
-rw-r--r-- | source4/ntvfs/ipc/ipc_rap.c | 2 | ||||
-rw-r--r-- | source4/ntvfs/ipc/rap_server.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/ntvfs/ipc/ipc_rap.c b/source4/ntvfs/ipc/ipc_rap.c index d93b67b715..f97ae4cd89 100644 --- a/source4/ntvfs/ipc/ipc_rap.c +++ b/source4/ntvfs/ipc/ipc_rap.c @@ -20,7 +20,7 @@ */ #include "includes.h" -#include "rap.h" +#include "libcli/rap/rap.h" #define NERR_Success 0 #define NERR_badpass 86 diff --git a/source4/ntvfs/ipc/rap_server.c b/source4/ntvfs/ipc/rap_server.c index c69ba2d168..b68f806ba1 100644 --- a/source4/ntvfs/ipc/rap_server.c +++ b/source4/ntvfs/ipc/rap_server.c @@ -20,7 +20,7 @@ */ #include "includes.h" -#include "rap.h" +#include "libcli/rap/rap.h" #include "librpc/gen_ndr/ndr_srvsvc.h" /* At this moment these are just dummy functions, but you might get the |