Commit 995f77d5 authored by Arnim Läuger's avatar Arnim Läuger
Browse files

Merge pull request #972 from vowstar/fix_redefine_efault

Fix redefine error on some other version build environment.
parents 8d93ddb6 5e2eb358
...@@ -38,7 +38,10 @@ ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment