mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 20:54:41 +02:00
substitue posix.h for errno.h in MQX build
This commit is contained in:
2
src/io.c
2
src/io.c
@@ -49,7 +49,7 @@
|
|||||||
#define LWIP_PROVIDE_ERRNO 1
|
#define LWIP_PROVIDE_ERRNO 1
|
||||||
#endif
|
#endif
|
||||||
#elif defined(FREESCALE_MQX)
|
#elif defined(FREESCALE_MQX)
|
||||||
#include <errno.h>
|
#include <posix.h>
|
||||||
#include <rtcs.h>
|
#include <rtcs.h>
|
||||||
#else
|
#else
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
Reference in New Issue
Block a user