Fixed bug from patch #5865 by moving the defines for socket options (lwip_set/-getsockopt) used with level IPPROTO_TCP from tcp.h to sockets.h.

This commit is contained in:
goldsimon
2007-05-13 14:34:02 +00:00
parent bd570561e8
commit efd3104fd0
4 changed files with 21 additions and 14 deletions

View File

@@ -32,6 +32,8 @@
*
*/
#include "lwip/sockets.h"
#include <string.h>
#include "lwip/opt.h"
@@ -39,7 +41,8 @@
#include "lwip/arch.h"
#include "lwip/sys.h"
#include "lwip/igmp.h"
#include "lwip/sockets.h"
#include "lwip/inet.h"
#include "lwip/tcp.h"
#define NUM_SOCKETS MEMP_NUM_NETCONN