summaryrefslogtreecommitdiff
path: root/source4/libcli/raw/rawrequest.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-11-01 01:03:22 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:05:07 -0500
commit9f1210a243654fd6d94acdef83f468a33c1b3b3f (patch)
tree83ec67226d43c456a1f7facec38ce22e35d5e5d3 /source4/libcli/raw/rawrequest.c
parent86a2844bfc9d7ffbb36e69cc92d327e5505f19d2 (diff)
downloadsamba-9f1210a243654fd6d94acdef83f468a33c1b3b3f.tar.gz
samba-9f1210a243654fd6d94acdef83f468a33c1b3b3f.tar.bz2
samba-9f1210a243654fd6d94acdef83f468a33c1b3b3f.zip
r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h
and made them private (This used to be commit 386ac565c452ede1d74e06acb401ca9db99d3ff3)
Diffstat (limited to 'source4/libcli/raw/rawrequest.c')
-rw-r--r--source4/libcli/raw/rawrequest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/libcli/raw/rawrequest.c b/source4/libcli/raw/rawrequest.c
index 26604cbcd4..5cf1621d2d 100644
--- a/source4/libcli/raw/rawrequest.c
+++ b/source4/libcli/raw/rawrequest.c
@@ -24,6 +24,7 @@
*/
#include "includes.h"
+#include "libcli/raw/libcliraw.h"
/* we over allocate the data buffer to prevent too many realloc calls */
#define REQ_OVER_ALLOCATION 256