mirror of
https://github.com/curl/curl.git
synced 2026-07-27 09:27:17 +03:00
BSD-style lwIP TCP/IP stack support - followup
lwIP library initialization.
This commit is contained in:
parent
1db023d3cb
commit
2ccffbb37e
3 changed files with 8 additions and 4 deletions
|
|
@ -252,6 +252,7 @@
|
|||
#endif
|
||||
|
||||
#ifdef USE_LWIPSOCK
|
||||
# include <lwip/init.h>
|
||||
# include <lwip/sockets.h>
|
||||
# include <lwip/netdb.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue