summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorfcolin2004-01-20 13:39:45 +0000
committerfcolin2004-01-20 13:39:45 +0000
commitf3d9e59ddb71e46ccc021370b98611f8219de8c0 (patch)
tree23930595312cc654f84caf422254c407e2b5b0f6 /src
parent517834e74ade4c7e25c29bb084b6c25408480a1b (diff)
downloadivy-c-f3d9e59ddb71e46ccc021370b98611f8219de8c0.zip
ivy-c-f3d9e59ddb71e46ccc021370b98611f8219de8c0.tar.gz
ivy-c-f3d9e59ddb71e46ccc021370b98611f8219de8c0.tar.bz2
ivy-c-f3d9e59ddb71e46ccc021370b98611f8219de8c0.tar.xz
pour la compilation sous INTERIX ( Windows SFU 3.5) avec gcc
Diffstat (limited to 'src')
-rw-r--r--src/ivysocket.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ivysocket.h b/src/ivysocket.h
index 9eb91d7..4afde64 100644
--- a/src/ivysocket.h
+++ b/src/ivysocket.h
@@ -39,6 +39,9 @@ extern "C" {
#define HANDLE int
#include <netinet/in.h>
#endif
+#ifdef __INTERIX
+#define socklen_t int
+#endif
/* General Init */
extern void SocketInit();