Fiddle with windows headers

This commit is contained in:
Hamish Coleman 2022-04-17 00:37:02 +01:00
parent a3fcc15472
commit 16f7f4dc59

View File

@ -20,7 +20,9 @@
#define _N2N_TYPEDEFS_H_ #define _N2N_TYPEDEFS_H_
#include <stdint.h> // for uint8_t and friends #include <stdint.h> // for uint8_t and friends
#ifndef WIN32
#include <arpa/inet.h> // for in_addr_t #include <arpa/inet.h> // for in_addr_t
#endif
#include <uthash.h> #include <uthash.h>
#include <n2n_define.h> #include <n2n_define.h>