lwip: Fix 'errno' not being set by sockets layer
This commit is contained in:
parent
3ba19d7c4e
commit
367c17d1cf
1 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,8 @@
|
|||
#include <sys/time.h>
|
||||
#include <sys/errno.h>
|
||||
|
||||
#define ERRNO
|
||||
|
||||
#define BYTE_ORDER LITTLE_ENDIAN
|
||||
|
||||
/** @todo fix some warnings: don't use #pragma if compiling with cygwin gcc */
|
||||
|
|
Loading…
Reference in a new issue