Fix a compile error on systems without pcap-int.h.

This commit is contained in:
Jon Siwek 2014-09-15 11:14:57 -05:00
parent 160543cbc6
commit a87b22cd0a
3 changed files with 5 additions and 2 deletions

View file

@ -6,7 +6,6 @@
#include "Source.h"
#define HAVE_PCAP_INT_H
#ifdef HAVE_PCAP_INT_H
#include <pcap-int.h>
#endif