summaryrefslogtreecommitdiff
path: root/source4/dns_server
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2015-03-16 11:26:16 +1300
committerAmitay Isaacs <amitay@samba.org>2015-03-16 06:41:06 +0100
commit57a80ebee36aceee307318638c49826df2ca54f4 (patch)
tree677fed50c17d831e0a1163cca7d5d72788fb1e11 /source4/dns_server
parent65379ef3a44972698fd64905edfbb8865b338df8 (diff)
downloadsamba-57a80ebee36aceee307318638c49826df2ca54f4.tar.gz
Do not use popt_common.h in dlz_bind9
We do not use popt_common structures here Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'source4/dns_server')
-rw-r--r--source4/dns_server/dlz_bind9.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dns_server/dlz_bind9.c b/source4/dns_server/dlz_bind9.c
index b7f5e5816ee..8c7192fdc65 100644
--- a/source4/dns_server/dlz_bind9.c
+++ b/source4/dns_server/dlz_bind9.c
@@ -35,7 +35,7 @@
#include "gen_ndr/ndr_dnsp.h"
#include "gen_ndr/server_id.h"
#include "messaging/messaging.h"
-#include "lib/cmdline/popt_common.h"
+#include <popt.h>
#include "lib/util/dlinklist.h"
#include "dlz_minimal.h"
#include "dns_server/dnsserver_common.h"