mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Compile Zeek with MSVC
Allow Zeek to be embedded in another project
This commit is contained in:
parent
2bd4af7477
commit
3a80b79497
53 changed files with 724 additions and 153 deletions
2
src/IP.h
2
src/IP.h
|
@ -12,6 +12,8 @@
|
|||
|
||||
#ifdef HAVE_NETINET_IP6_H
|
||||
#include <netinet/ip6.h>
|
||||
#else
|
||||
#include "net_util.h" // for struct ip6_hdr
|
||||
#endif
|
||||
|
||||
#include <vector>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue