summaryrefslogtreecommitdiffstats
path: root/librpc/ndr
diff options
context:
space:
mode:
authorGregor Beck <gbeck@sernet.de>2014-01-17 12:13:50 +0100
committerGünther Deschner <gd@samba.org>2014-02-11 16:02:13 +0100
commit91b3e415d59feeb31a8255d147622a32e1bc64f1 (patch)
tree5df986cb9825579a276514814e8bdb0bdf84450f /librpc/ndr
parent850788591b8d1530038d9277840e554ce53abf89 (diff)
downloadsamba-91b3e415d59feeb31a8255d147622a32e1bc64f1.tar.gz
samba-91b3e415d59feeb31a8255d147622a32e1bc64f1.tar.xz
samba-91b3e415d59feeb31a8255d147622a32e1bc64f1.zip
librpc/ndr: fix headers in ndr_dcerpc.c
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> Signed-off-by: Gregor Beck <gbeck@sernet.de> Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org>
Diffstat (limited to 'librpc/ndr')
-rw-r--r--librpc/ndr/ndr_dcerpc.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/librpc/ndr/ndr_dcerpc.c b/librpc/ndr/ndr_dcerpc.c
index 3cbcef04455..ca09fb6d88e 100644
--- a/librpc/ndr/ndr_dcerpc.c
+++ b/librpc/ndr/ndr_dcerpc.c
@@ -21,10 +21,8 @@
*/
#include "includes.h"
-#include "bin/default/librpc/gen_ndr/ndr_dcerpc.h"
-
+#include "librpc/gen_ndr/ndr_dcerpc.h"
#include "librpc/gen_ndr/ndr_misc.h"
-#include "lib/util/bitmap.h"
const uint8_t DCERPC_SEC_VT_MAGIC[] = {0x8a,0xe3,0x13,0x71,0x02,0xf4,0x36,0x71};