mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-05 10:50:53 +02:00
Fix include for errno in Microchip port settings
This commit is contained in:
+1
-1
@@ -205,7 +205,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
#elif defined(MICROCHIP_PIC32)
|
||||
#include <sys/errno.h>
|
||||
#include <errno.h>
|
||||
#elif defined(HAVE_NETX)
|
||||
#include "nx_api.h"
|
||||
#include "errno.h"
|
||||
|
||||
Reference in New Issue
Block a user