forked from wolfSSL/wolfssl
include errno.h with MICROCHIP_PIC32 for GetLastError use
This commit is contained in:
@@ -126,6 +126,8 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#elif defined(WOLFSSL_ZEPHYR)
|
#elif defined(WOLFSSL_ZEPHYR)
|
||||||
#include <net/socket.h>
|
#include <net/socket.h>
|
||||||
|
#elif defined(MICROCHIP_PIC32)
|
||||||
|
#include <sys/errno.h>
|
||||||
#elif defined(HAVE_NETX)
|
#elif defined(HAVE_NETX)
|
||||||
#include "nx_api.h"
|
#include "nx_api.h"
|
||||||
#include "errno.h"
|
#include "errno.h"
|
||||||
|
Reference in New Issue
Block a user