From 0bbbae3a81dcb7c8f610cfce16822da804a8fd72 Mon Sep 17 00:00:00 2001 From: Temmie Date: Fri, 17 Jan 2025 02:03:16 +0800 Subject: [PATCH] Update heatshrink.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 应该解决了err.h未找到的问题 --- heatshrink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heatshrink.c b/heatshrink.c index 8c3ec5b..68b11e0 100755 --- a/heatshrink.c +++ b/heatshrink.c @@ -29,7 +29,7 @@ fprintf(stderr, "Undefined error: %d\n", errno); \ exit(retval); \ } while(0) #else -#include +//#include #define HEATSHRINK_ERR(...) err(__VA_ARGS__) #endif