Fix redefine bug on some other version SDK(such as espressif's lubuntu environment)

Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
Huang Rui 2016-01-25 03:06:18 +08:00
parent 8d93ddb6d0
commit 5e2eb3588c
1 changed files with 3 additions and 0 deletions

View File

@ -38,7 +38,10 @@
#include "c_types.h"
#include "ets_sys.h"
#include "osapi.h"
#ifndef EFAULT
#define EFAULT 14
#endif
//#define LWIP_PROVIDE_ERRNO