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

@ -1,4 +1,8 @@
2.3-171 | 2014-09-15 11:14:57 -0500
* Fix a compile error on systems without pcap-int.h. (Jon Siwek)
2.3-170 | 2014-09-12 19:28:01 -0700 2.3-170 | 2014-09-12 19:28:01 -0700
* Fix incorrect data delivery skips after gap in HTTP Content-Range. * Fix incorrect data delivery skips after gap in HTTP Content-Range.

View file

@ -1 +1 @@
2.3-170 2.3-171

View file

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