Merge pull request #972 from vowstar/fix_redefine_efault

Fix redefine error on some other version build environment.
This commit is contained in:
Arnim Läuger 2016-01-24 21:57:19 +01:00
commit 995f77d547
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