mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08: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
|
@ -6,7 +6,6 @@
|
|||
|
||||
#include "Source.h"
|
||||
|
||||
#define HAVE_PCAP_INT_H
|
||||
#ifdef HAVE_PCAP_INT_H
|
||||
#include <pcap-int.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue