From 91b3e415d59feeb31a8255d147622a32e1bc64f1 Mon Sep 17 00:00:00 2001 From: Gregor Beck Date: Fri, 17 Jan 2014 12:13:50 +0100 Subject: [PATCH] librpc/ndr: fix headers in ndr_dcerpc.c Pair-Programmed-With: Stefan Metzmacher Signed-off-by: Gregor Beck Signed-off-by: Stefan Metzmacher Reviewed-by: Guenther Deschner --- librpc/ndr/ndr_dcerpc.c | 4 +--- 1 file changed, 1 insertion(+), 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}; -- 2.11.4.GIT