add network.h for compatib with ecos BSD stacks

This commit is contained in:
jani 2004-03-26 13:33:27 +00:00
parent f0be87dca0
commit 5dee3e2347

View 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>