summaryrefslogtreecommitdiff
path: root/source3/libads/ndr.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-05-31 12:03:07 +0200
committerMichael Adam <obnox@samba.org>2011-05-31 12:54:22 +0200
commit72f2bd6a86265de49e66d97d5ac235bc5d089669 (patch)
tree8b00acda60df18a948d1577a87004ad0807946fc /source3/libads/ndr.c
parent0fcafbf69b345b703dc759518afc8620a7d6f2e8 (diff)
downloadsamba-72f2bd6a86265de49e66d97d5ac235bc5d089669.tar.gz
samba-72f2bd6a86265de49e66d97d5ac235bc5d089669.tar.bz2
samba-72f2bd6a86265de49e66d97d5ac235bc5d089669.zip
s3:libads/ndr: include ../librpc/ndr/libndr.h instead of librpc/ndr/util.h
Diffstat (limited to 'source3/libads/ndr.c')
-rw-r--r--source3/libads/ndr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libads/ndr.c b/source3/libads/ndr.c
index c6b1121396..c667aa3637 100644
--- a/source3/libads/ndr.c
+++ b/source3/libads/ndr.c
@@ -22,7 +22,7 @@
#include "includes.h"
#include "ads.h"
#include "../librpc/gen_ndr/ndr_netlogon.h"
-#include "librpc/ndr/util.h"
+#include "../librpc/ndr/libndr.h"
static void ndr_print_ads_auth_flags(struct ndr_print *ndr, const char *name, uint32_t r)
{