mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-06 03:45:32 +00:00
Fix 'IPVERSION undeclared' error on WIN32
This commit is contained in:
parent
ef69a1610a
commit
12a3d80f71
1 changed files with 2 additions and 0 deletions
|
|
@ -38,6 +38,8 @@
|
|||
|
||||
#define _WS2TCPIP_H_ /* Avoid compilation problems */
|
||||
|
||||
#define IPVERSION 4 /* on *nix it is defined in netinet/ip.h */
|
||||
|
||||
extern char* strsep(char **sp, const char *sep);
|
||||
|
||||
typedef unsigned char u_char;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue