diff options
author | Kai Blin <kai@samba.org> | 2011-12-16 14:25:57 +0100 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2011-12-17 04:19:40 +0100 |
commit | b1fdf4065e4569e58ffceb44e9f4105fa1f8740e (patch) | |
tree | 22581427e87316d00b3377fed09c6dd296cedaec /source3/param/loadparm.c | |
parent | afa98bdc51c635cb7d7cc8c63497598e522610fd (diff) | |
download | samba-b1fdf4065e4569e58ffceb44e9f4105fa1f8740e.tar.gz samba-b1fdf4065e4569e58ffceb44e9f4105fa1f8740e.tar.xz samba-b1fdf4065e4569e58ffceb44e9f4105fa1f8740e.zip |
s4 dns: Allow updates based on smb.conf setting
Autobuild-User: Kai Blin <kai@samba.org>
Autobuild-Date: Sat Dec 17 04:19:40 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/param/loadparm.c')
-rw-r--r-- | source3/param/loadparm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index e0da6fdf1d..1bd2733858 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -68,6 +68,7 @@ #include "dbwrap/dbwrap.h" #include "dbwrap/dbwrap_rbt.h" #include "../lib/util/bitmap.h" +#include "../source4/dns_server/dns_update.h" #ifdef HAVE_SYS_SYSCTL_H #include <sys/sysctl.h> |