LWIP_TIMEVAL_PRIVATE must be defined in architecture cc.h file, either 1 or 0. Defaults to 1.

Dependencies on C library memset() etc., so include <string.h> and <errno.h>.
This commit is contained in:
likewise 2004-07-04 23:43:02 +00:00
parent ce0410b205
commit 25a0273b05

View File

@ -32,12 +32,14 @@
*
*/
#include <string.h>
#include <errno.h>
#include "lwip/opt.h"
#include "lwip/api.h"
#include "lwip/arch.h"
#include "lwip/sys.h"
#define LWIP_TIMEVAL_PRIVATE
#include "lwip/sockets.h"
#define NUM_SOCKETS MEMP_NUM_NETCONN