2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

#ifdef HAVE_GEOIP

This commit is contained in:
Mark Andrews
2013-03-01 16:11:16 +11:00
parent 3fadb11b94
commit e69e6105b2

View File

@@ -38,7 +38,9 @@
#include <isc/netaddr.h> #include <isc/netaddr.h>
#include <isc/refcount.h> #include <isc/refcount.h>
#ifdef HAVE_GEOIP
#include <dns/geoip.h> #include <dns/geoip.h>
#endif
#include <dns/name.h> #include <dns/name.h>
#include <dns/types.h> #include <dns/types.h>
#include <dns/iptable.h> #include <dns/iptable.h>