diff options
Diffstat (limited to 'source4/ntptr')
-rw-r--r-- | source4/ntptr/ntptr_base.c | 1 | ||||
-rw-r--r-- | source4/ntptr/simple_ldb/ntptr_simple_ldb.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/source4/ntptr/ntptr_base.c b/source4/ntptr/ntptr_base.c index d63bdb1546..5735dbe936 100644 --- a/source4/ntptr/ntptr_base.c +++ b/source4/ntptr/ntptr_base.c @@ -25,6 +25,7 @@ #include "includes.h" #include "ntptr/ntptr.h" #include "build.h" +#include "param/param.h" /* the list of currently registered NTPTR backends */ static struct ntptr_backend { diff --git a/source4/ntptr/simple_ldb/ntptr_simple_ldb.c b/source4/ntptr/simple_ldb/ntptr_simple_ldb.c index dcdaa5e94e..f0edd47206 100644 --- a/source4/ntptr/simple_ldb/ntptr_simple_ldb.c +++ b/source4/ntptr/simple_ldb/ntptr_simple_ldb.c @@ -35,6 +35,7 @@ #include "dsdb/samdb/samdb.h" #include "db_wrap.h" #include "rpc_server/common/common.h" +#include "param/param.h" /* connect to the SPOOLSS database |