[lwIP] use libc struct timeval when enable minilibc

This commit is contained in:
Bernard Xiong 2017-11-01 09:14:49 +08:00
parent e1aceb68c8
commit 42e374e4f4
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@
#define LWIP_PROVIDE_ERRNO
#endif
#ifdef RT_USING_LIBC
#if defined(RT_USING_LIBC) || defined(RT_USING_MINILIBC)
#include <sys/time.h>
#define LWIP_TIMEVAL_PRIVATE 0
#else