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/dsdb/samdb/samdb.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/dsdb') diff --git a/source4/dsdb/samdb/samdb.c b/source4/dsdb/samdb/samdb.c index ed8f5ab88f..757ed7be1d 100644 --- a/source4/dsdb/samdb/samdb.c +++ b/source4/dsdb/samdb/samdb.c @@ -22,6 +22,7 @@ #include "includes.h" #include "librpc/gen_ndr/ndr_netlogon.h" +#include "librpc/gen_ndr/ndr_misc.h" #include "lib/ldb/include/ldb.h" #include "system/time.h" #include "system/filesys.h" -- cgit