aboutsummaryrefslogtreecommitdiff
path: root/lib/easy.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-08-07 08:45:57 +0200
committerYang Tse <yangsita@gmail.com>2011-08-07 08:45:57 +0200
commit2ccffbb37e9f453b13c8ded409eacf15d46daf48 (patch)
tree479c892a3896b7b73f7e15c0e53a35d7251c7c68 /lib/easy.c
parent1db023d3cb3f075285eb81b71d78e70d24652193 (diff)
BSD-style lwIP TCP/IP stack support - followup
lwIP library initialization.
Diffstat (limited to 'lib/easy.c')
-rw-r--r--lib/easy.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/easy.c b/lib/easy.c
index 76ff702e3..34877ea73 100644
--- a/lib/easy.c
+++ b/lib/easy.c
@@ -125,6 +125,8 @@ static CURLcode win32_init(void)
return CURLE_FAILED_INIT;
}
/* The Windows Sockets DLL is acceptable. Proceed. */
+#elif defined(USE_LWIPSOCK)
+ lwip_init();
#endif
#ifdef USE_WINDOWS_SSPI