include errno.h with MICROCHIP_PIC32 for GetLastError use

This commit is contained in:
Chris Conlon
2020-04-20 13:48:08 -06:00
parent 1cc9a8ffbf
commit b8e1fe666b

View File

@ -126,6 +126,8 @@
#include <errno.h>
#elif defined(WOLFSSL_ZEPHYR)
#include <net/socket.h>
#elif defined(MICROCHIP_PIC32)
#include <sys/errno.h>
#elif defined(HAVE_NETX)
#include "nx_api.h"
#include "errno.h"