Merge pull request #972 from vowstar/fix_redefine_efault
Fix redefine error on some other version build environment.
This commit is contained in:
commit
995f77d547
|
@ -38,7 +38,10 @@
|
||||||
#include "c_types.h"
|
#include "c_types.h"
|
||||||
#include "ets_sys.h"
|
#include "ets_sys.h"
|
||||||
#include "osapi.h"
|
#include "osapi.h"
|
||||||
|
|
||||||
|
#ifndef EFAULT
|
||||||
#define EFAULT 14
|
#define EFAULT 14
|
||||||
|
#endif
|
||||||
|
|
||||||
//#define LWIP_PROVIDE_ERRNO
|
//#define LWIP_PROVIDE_ERRNO
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue