summaryrefslogtreecommitdiff
path: root/src/compat/compat-inet_pton.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/compat/compat-inet_pton.c')
-rw-r--r--src/compat/compat-inet_pton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compat/compat-inet_pton.c b/src/compat/compat-inet_pton.c
index cdc8d4b..5965f0d 100644
--- a/src/compat/compat-inet_pton.c
+++ b/src/compat/compat-inet_pton.c
@@ -32,7 +32,7 @@
#include "compat.h"
-#ifdef WIN32
+#ifdef _WIN32
#include <windows.h>
#include <string.h>