Skip to content

Commit 38dfa91

Browse files
committed
Fix include for errno in Microchip port settings
1 parent 545376c commit 38dfa91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfssl/wolfio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
extern "C" {
206206
#endif
207207
#elif defined(MICROCHIP_PIC32)
208-
#include <sys/errno.h>
208+
#include <errno.h>
209209
#elif defined(HAVE_NETX)
210210
#include "nx_api.h"
211211
#include "errno.h"

0 commit comments

Comments
 (0)