Bug34596: set LWIP_TIMEVAL_PRIVATE in unix port

This commit is contained in:
Kieran Mansley 2011-10-28 13:42:54 +01:00
parent 2b8147b8d9
commit 0b90e53845
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@
#include <sys/time.h>
#include <limits.h>
#define LWIP_TIMEVAL_PRIVATE 0
/* Define platform endianness */
#ifndef BYTE_ORDER
#define BYTE_ORDER LITTLE_ENDIAN