Changeset 2552 for trunk/pdns/pdns/dnspcap.hh
- Timestamp:
- 04/05/12 21:39:27 (14 months ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/dnspcap.hh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/dnspcap.hh
r2546 r2552 14 14 #include <net/if.h> 15 15 #include <net/if_ether.h> 16 #elif defined(sun) 17 #include <sys/ethernet.h> 16 18 #else 17 19 #include <net/ethernet.h>