diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-18 15:42:57 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:58:42 -0500 |
commit | 35349a58df5b69446607fbd742a05f57f3515319 (patch) | |
tree | 8281d1645dfdd0fd56f85a0e885ae592f9b6b600 /source4/librpc/ndr | |
parent | 61fa658ebcaf2856d543d376b120932ad5a082f0 (diff) | |
download | samba-35349a58df5b69446607fbd742a05f57f3515319.tar.gz samba-35349a58df5b69446607fbd742a05f57f3515319.tar.bz2 samba-35349a58df5b69446607fbd742a05f57f3515319.zip |
r14542: Remove librpc, libndr and libnbt from includes.h
(This used to be commit 51b4270513752d2eafbe77f9de598de16ef84a1f)
Diffstat (limited to 'source4/librpc/ndr')
-rw-r--r-- | source4/librpc/ndr/ndr.c | 2 | ||||
-rw-r--r-- | source4/librpc/ndr/ndr_basic.c | 1 | ||||
-rw-r--r-- | source4/librpc/ndr/ndr_compression.c | 1 | ||||
-rw-r--r-- | source4/librpc/ndr/ndr_misc.c | 1 | ||||
-rw-r--r-- | source4/librpc/ndr/ndr_obfuscate.c | 1 | ||||
-rw-r--r-- | source4/librpc/ndr/ndr_string.c | 1 |
6 files changed, 7 insertions, 0 deletions
diff --git a/source4/librpc/ndr/ndr.c b/source4/librpc/ndr/ndr.c index 1f626df13b..68252fbc72 100644 --- a/source4/librpc/ndr/ndr.c +++ b/source4/librpc/ndr/ndr.c @@ -28,7 +28,9 @@ */ #include "includes.h" +#include "librpc/ndr/libndr.h" #include "dlinklist.h" +#include "librpc/gen_ndr/dcerpc.h" #define NDR_BASE_MARSHALL_SIZE 1024 diff --git a/source4/librpc/ndr/ndr_basic.c b/source4/librpc/ndr/ndr_basic.c index 780931efb1..4b0444f00b 100644 --- a/source4/librpc/ndr/ndr_basic.c +++ b/source4/librpc/ndr/ndr_basic.c @@ -22,6 +22,7 @@ #include "includes.h" #include "system/network.h" +#include "librpc/ndr/libndr.h" #define NDR_SVAL(ndr, ofs) (NDR_BE(ndr)?RSVAL(ndr->data,ofs):SVAL(ndr->data,ofs)) #define NDR_IVAL(ndr, ofs) (NDR_BE(ndr)?RIVAL(ndr->data,ofs):IVAL(ndr->data,ofs)) diff --git a/source4/librpc/ndr/ndr_compression.c b/source4/librpc/ndr/ndr_compression.c index fb04a1799a..fabfd73704 100644 --- a/source4/librpc/ndr/ndr_compression.c +++ b/source4/librpc/ndr/ndr_compression.c @@ -22,6 +22,7 @@ #include "includes.h" #include "lib/compression/mszip.h" +#include "librpc/ndr/libndr.h" static NTSTATUS ndr_pull_compression_mszip_chunk(struct ndr_pull *ndrpull, struct ndr_push *ndrpush, diff --git a/source4/librpc/ndr/ndr_misc.c b/source4/librpc/ndr/ndr_misc.c index 5cffd33b46..8f131c471e 100644 --- a/source4/librpc/ndr/ndr_misc.c +++ b/source4/librpc/ndr/ndr_misc.c @@ -25,6 +25,7 @@ #include "includes.h" #include "system/network.h" +#include "librpc/ndr/libndr.h" _PUBLIC_ void ndr_print_ipv4_addr(struct ndr_print *ndr, const char *name, const struct ipv4_addr *_ip) { diff --git a/source4/librpc/ndr/ndr_obfuscate.c b/source4/librpc/ndr/ndr_obfuscate.c index 3b10e172b7..242b6dc074 100644 --- a/source4/librpc/ndr/ndr_obfuscate.c +++ b/source4/librpc/ndr/ndr_obfuscate.c @@ -21,6 +21,7 @@ */ #include "includes.h" +#include "librpc/ndr/libndr.h" /* handle obfuscated subcontext buffers, which in midl land are user-marshalled, but diff --git a/source4/librpc/ndr/ndr_string.c b/source4/librpc/ndr/ndr_string.c index 164c6d4a03..84c08b9656 100644 --- a/source4/librpc/ndr/ndr_string.c +++ b/source4/librpc/ndr/ndr_string.c @@ -21,6 +21,7 @@ */ #include "includes.h" +#include "librpc/ndr/libndr.h" /** pull a general string from the wire |