Merge pull request #10417 from embhorn/zd21713

Fix include for errno in Microchip port settings
This commit is contained in:
David Garske
2026-05-07 16:09:59 -07:00
committed by GitHub
+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"