diff options
Diffstat (limited to 'src/inet.h')
-rw-r--r-- | src/inet.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ | |||
20 | #include "socket.h" | 20 | #include "socket.h" |
21 | #include "timeout.h" | 21 | #include "timeout.h" |
22 | 22 | ||
23 | #ifdef WIN32 | 23 | #ifdef _WIN32 |
24 | #define INET_ATON | 24 | #define INET_ATON |
25 | #endif | 25 | #endif |
26 | 26 | ||