dns: fix compilation on OpenBSD
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 16 Aug 2015 13:07:03 +0000 (15:07 +0200)
committerMarc Fournier <marc.fournier@camptocamp.com>
Wed, 26 Aug 2015 21:32:11 +0000 (23:32 +0200)
commitf5b909a46905cf6ea1311293b439af6d985caa00
treed0f5ff58cae8b5260a09ae42a8b1dc1db8ca060e
parentdbbafde7fae63b442786772c93144c2503976ead
dns: fix compilation on OpenBSD

OpenBSD doesn't have pcap-bpf.h

pcap.h has been including pcap/bpf.h since 2006.
Since we require a pcap which has PCAP_ERROR_IFACE_NOT_UP, introduced in 2008
this shouldn't break anything.
configure.ac
src/dns.c