mirror of
https://github.com/ntop/n2n.git
synced 2024-04-21 16:31:34 +00:00
Fiddle with windows headers
This commit is contained in:
@@ -20,7 +20,9 @@
|
||||
#define _N2N_TYPEDEFS_H_
|
||||
|
||||
#include <stdint.h> // for uint8_t and friends
|
||||
#ifndef WIN32
|
||||
#include <arpa/inet.h> // for in_addr_t
|
||||
#endif
|
||||
#include <uthash.h>
|
||||
#include <n2n_define.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user