mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Minor fixes for build problems after reformatting
This commit is contained in:
parent
b2f171ec69
commit
30aa4621c5
12 changed files with 231 additions and 214 deletions
|
@ -21,12 +21,12 @@ typedef enum
|
|||
IPv6
|
||||
} IPFamily;
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <assert.h>
|
||||
#include <netinet/in.h>
|
||||
#include <netinet/in_systm.h>
|
||||
#include <netinet/ip.h>
|
||||
#include <sys/types.h>
|
||||
#ifdef HAVE_LINUX
|
||||
#define __FAVOR_BSD
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue