From ebb76f84ad372a24c8ed21feb2b21da45be19f24 Mon Sep 17 00:00:00 2001 From: Rafal Szczesniak Date: Wed, 27 Jul 2005 22:14:55 +0000 Subject: r8810: Fix missing headers. Still doesn't fix the build but getting closer there. rafal (This used to be commit bc638cc3d66525cf91ef76eb0c486542fff2b929) --- source4/lib/ldb/samba/ldif_handlers.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/lib/ldb') diff --git a/source4/lib/ldb/samba/ldif_handlers.c b/source4/lib/ldb/samba/ldif_handlers.c index 6cd4b7e849..659fbc013d 100644 --- a/source4/lib/ldb/samba/ldif_handlers.c +++ b/source4/lib/ldb/samba/ldif_handlers.c @@ -26,6 +26,7 @@ #include "ldb/include/ldb.h" #include "ldb/include/ldb_private.h" #include "librpc/gen_ndr/ndr_security.h" +#include "librpc/gen_ndr/ndr_misc.h" /* convert a ldif formatted objectSid to a NDR formatted blob -- cgit