From 2ccffbb37e9f453b13c8ded409eacf15d46daf48 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Sun, 7 Aug 2011 08:45:57 +0200 Subject: BSD-style lwIP TCP/IP stack support - followup lwIP library initialization. --- lib/easy.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/easy.c') 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 -- cgit v1.2.3