From 7e7f062de969f5b912aad4d9108ff41dc926b5a1 Mon Sep 17 00:00:00 2001 From: W_Y_CPP <383152993@qq.com> Date: Mon, 28 Feb 2022 05:35:51 -0500 Subject: [PATCH] mtk-eip93: fix build error --- .../patches/001-fix-build-error.patch | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 package/lean/mtk-eip93/patches/001-fix-build-error.patch diff --git a/package/lean/mtk-eip93/patches/001-fix-build-error.patch b/package/lean/mtk-eip93/patches/001-fix-build-error.patch new file mode 100644 index 000000000..0d6bb97dc --- /dev/null +++ b/package/lean/mtk-eip93/patches/001-fix-build-error.patch @@ -0,0 +1,25 @@ +From 5cb6ed54f462618a788b9b7cd3baab13c48fd39c Mon Sep 17 00:00:00 2001 +From: W_Y_CPP <383152993@qq.com> +Date: Mon, 28 Feb 2022 05:34:40 -0500 +Subject: [PATCH] fix build error + +--- + src/eip93-common.h | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/src/eip93-common.h b/src/eip93-common.h +index 5781494ae..4cab86018 100644 +--- a/src/eip93-common.h ++++ b/src/eip93-common.h +@@ -9,6 +9,8 @@ + #define _COMMON_H_ + + #include ++#include ++#include + + #define MTK_RING_SIZE 256 + #define MTK_RING_BUSY 224 +-- +2.17.1 +