Show
Ignore:
Timestamp:
04/05/12 21:39:27 (14 months ago)
Author:
peter
Message:

Solaris compilation fixes, submitted by Juraj Lutter.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/dnspcap.hh

    r2546 r2552  
    1414#include <net/if.h> 
    1515#include <net/if_ether.h> 
     16#elif defined(sun) 
     17#include <sys/ethernet.h> 
    1618#else 
    1719#include <net/ethernet.h>