diff options
| author | Alfred Eriksson <somerunce@gmail.com> | 2009-01-17 22:44:20 +0000 |
|---|---|---|
| committer | Alfred Eriksson <somerunce@gmail.com> | 2009-01-17 22:44:20 +0000 |
| commit | 272769ecc5df7263fbdc071b9bd4f7656fc15597 (patch) | |
| tree | 8131c2af8947038599b2886fbe3752aa15e26371 /src/base | |
| parent | 2d4f6dffb909040a595bebd95116857f1079ebaf (diff) | |
| download | zcatch-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
Diffstat (limited to 'src/base')
| -rw-r--r-- | src/base/system.c | 1 |
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> |