From d25aaf74bbdd9cc961a8a1230c91242d9b78ebe4 Mon Sep 17 00:00:00 2001 From: CppCXY <812125110@qq.com> Date: Mon, 6 Feb 2023 15:59:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=A4=B4=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- emmy_debugger/src/util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emmy_debugger/src/util.cpp b/emmy_debugger/src/util.cpp index d998ea4..8c4a908 100644 --- a/emmy_debugger/src/util.cpp +++ b/emmy_debugger/src/util.cpp @@ -1,5 +1,5 @@ #include "emmy_debugger/util.h" - +#include // glibc 函数 int __strncasecmp(const char *s1, const char *s2, int n) {