diff --git a/include/n2n_typedefs.h b/include/n2n_typedefs.h index f4fd945..633f28c 100644 --- a/include/n2n_typedefs.h +++ b/include/n2n_typedefs.h @@ -54,8 +54,6 @@ typedef unsigned long in_addr_t; #endif /* #if defined(_MSC_VER) || defined(__MINGW32__) */ - - #if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) #include #endif @@ -119,6 +117,7 @@ typedef unsigned long in_addr_t; #pragma pack(push,1) #endif +#include // those are definitely not typedefs (with a view to the filename) but neither are they defines static const n2n_mac_t broadcast_mac = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF };