1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

fix win32

This commit is contained in:
Jeff Becker 2018-08-21 14:31:42 -04:00
parent 4e2f0ccbf8
commit 41cd1d4df1
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05

View file

@ -34,8 +34,8 @@ typedef struct ip_hdr
unsigned int ip_destaddr; // Source address
} IPV4_HDR;
#define iphdr IPV4_HDR
#define saddr ip_srcaddr;
#define daddr ip_destaddr;
#define saddr ip_srcaddr
#define daddr ip_destaddr
#endif
#include <memory>
#if !defined(__linux__) && !defined(_WIN32)