mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +00:00
Fix a compile error on systems without pcap-int.h.
This commit is contained in:
parent
160543cbc6
commit
a87b22cd0a
3 changed files with 5 additions and 2 deletions
4
CHANGES
4
CHANGES
|
@ -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.
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.3-170
|
2.3-171
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue