mirror of
https://github.com/ep00ch/lwip-contrib-mac.git
synced 2025-02-22 23:28:57 +00:00
add network.h for compatib with ecos BSD stacks
This commit is contained in:
parent
f0be87dca0
commit
5dee3e2347
6
ports/ecos/ecos/net/lwip_tcpip/current/include/network.h
Normal file
6
ports/ecos/ecos/net/lwip_tcpip/current/include/network.h
Normal file
@ -0,0 +1,6 @@
|
||||
/* network.h for compatibility with the other eCos network stacks */
|
||||
|
||||
#include <lwip/sys.h> /* lwIP stack includes */
|
||||
#define LWIP_COMPAT_SOCKETS 1
|
||||
#include <lwip/sockets.h>
|
||||
#include <lwip/inet.h>
|
Loading…
x
Reference in New Issue
Block a user