about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlfred Eriksson <somerunce@gmail.com>2009-01-17 22:44:20 +0000
committerAlfred Eriksson <somerunce@gmail.com>2009-01-17 22:44:20 +0000
commit272769ecc5df7263fbdc071b9bd4f7656fc15597 (patch)
tree8131c2af8947038599b2886fbe3752aa15e26371
parent2d4f6dffb909040a595bebd95116857f1079ebaf (diff)
downloadzcatch-272769ecc5df7263fbdc071b9bd4f7656fc15597.tar.gz
zcatch-272769ecc5df7263fbdc071b9bd4f7656fc15597.zip
fixed the getaddrinfo-issue on win2k. since it doesn't affect other windows versions we don't have to do any recognisation
-rw-r--r--src/base/system.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/base/system.c b/src/base/system.c
index dc5faf62..40d53e8a 100644
--- a/src/base/system.c
+++ b/src/base/system.c
@@ -37,6 +37,7 @@
 	#include <windows.h>
 	#include <winsock2.h>
 	#include <ws2tcpip.h>
+	#include <wspiapi.h>
 	#include <fcntl.h>
 	#include <direct.h>
 	#include <errno.h>