summaryrefslogtreecommitdiff
path: root/source3/librpc/ndr
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-03-30 23:47:34 +0200
committerGünther Deschner <gd@samba.org>2011-03-31 00:14:01 +0200
commita730dff78318a0bfe8c6b2b8a2cefed63cc586e8 (patch)
tree18612a952d9800f6173302643b7c584b60ea52aa /source3/librpc/ndr
parent2352e7cb7fe43b2a3cb5c4876f21cd655823288a (diff)
downloadsamba-a730dff78318a0bfe8c6b2b8a2cefed63cc586e8.tar.gz
samba-a730dff78318a0bfe8c6b2b8a2cefed63cc586e8.tar.bz2
samba-a730dff78318a0bfe8c6b2b8a2cefed63cc586e8.zip
s3-libndr: add ../librpc/ndr/libndr.h include in some places.
Guenther
Diffstat (limited to 'source3/librpc/ndr')
-rw-r--r--source3/librpc/ndr/util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/librpc/ndr/util.c b/source3/librpc/ndr/util.c
index a026ecc9ed..6bbe054959 100644
--- a/source3/librpc/ndr/util.c
+++ b/source3/librpc/ndr/util.c
@@ -20,6 +20,7 @@
*/
#include "includes.h"
+#include "../librpc/ndr/libndr.h"
#include "librpc/ndr/util.h"
_PUBLIC_ void ndr_print_sockaddr_storage(struct ndr_print *ndr, const char *name, const struct sockaddr_storage *ss)