substitue posix.h for errno.h in MQX build

pull/1/head
Chris Conlon 2012-11-12 14:25:59 -07:00
parent 53c14bdf1f
commit 54a7740cfe
1 changed files with 1 additions and 1 deletions

View File

@ -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>