From 2cd5ca7d25f12aa9198bf8c2deb6aea282f573ee Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 28 Dec 2005 15:38:36 +0000 Subject: r12542: Move some more prototypes out to seperate headers (This used to be commit 0aca5fd5130d980d07398f3291d294202aefe3c2) --- source4/ntptr/simple_ldb/ntptr_simple_ldb.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/ntptr/simple_ldb/ntptr_simple_ldb.c') diff --git a/source4/ntptr/simple_ldb/ntptr_simple_ldb.c b/source4/ntptr/simple_ldb/ntptr_simple_ldb.c index ebd6eb4f46..60aa6299a6 100644 --- a/source4/ntptr/simple_ldb/ntptr_simple_ldb.c +++ b/source4/ntptr/simple_ldb/ntptr_simple_ldb.c @@ -33,6 +33,8 @@ #include "librpc/gen_ndr/ndr_spoolss.h" #include "lib/ldb/include/ldb.h" #include "db_wrap.h" +#include "auth/auth.h" +#include "dsdb/samdb/samdb.h" /* connect to the SPOOLSS database -- cgit