From e6dd16081333a49c52414e9d2f5aaa837cd609be Mon Sep 17 00:00:00 2001 From: David Garske Date: Wed, 3 Sep 2025 11:41:29 -0700 Subject: [PATCH] Revert the errno.h change, not required --- wolfsentry/wolfsentry_errcodes.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/wolfsentry/wolfsentry_errcodes.h b/wolfsentry/wolfsentry_errcodes.h index f65241b..2eb84ef 100644 --- a/wolfsentry/wolfsentry_errcodes.h +++ b/wolfsentry/wolfsentry_errcodes.h @@ -337,9 +337,7 @@ WOLFSENTRY_API const char *wolfsentry_errcode_error_name(wolfsentry_errcode_t e) #if !defined(WOLFSENTRY_NO_STDIO_STREAMS) && !defined(WOLFSENTRY_NO_DIAG_MSGS) -#ifndef WOLFSENTRY_NETXDUO /* netxduo has its own errno.h */ #include -#endif #ifdef __STRICT_ANSI__ #define WOLFSENTRY_WARN(fmt,...) WOLFSENTRY_PRINTF_ERR("%s@L%d " fmt, __FILE__, __LINE__, __VA_ARGS__)