Fix include for errno in Microchip port settings

This commit is contained in:
Eric Blankenhorn
2026-05-06 16:14:59 -05:00
parent 545376c477
commit 38dfa91a7b
+1 -1
View File
@@ -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"