Changeset 2546 for trunk/pdns/pdns/dnspcap.hh
- Timestamp:
- 04/02/12 09:27:08 (14 months ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/dnspcap.hh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/dnspcap.hh
r1976 r2546 11 11 #include <netinet/ip.h> 12 12 #include <netinet/udp.h> 13 #if defined(__NetBSD__) 14 #include <net/if.h> 15 #include <net/if_ether.h> 16 #else 13 17 #include <net/ethernet.h> 18 #endif 14 19 #include <vector> 15 20 #include <boost/format.hpp>