diff options
Diffstat (limited to 'pcap-linux.c')
-rw-r--r-- | pcap-linux.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pcap-linux.c b/pcap-linux.c index c85955f8..e792ba69 100644 --- a/pcap-linux.c +++ b/pcap-linux.c @@ -47,6 +47,10 @@ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "pcap-int.h" #include <errno.h> |