Skip to content

Commit

Permalink
修复头文件问题
Browse files Browse the repository at this point in the history
  • Loading branch information
CppCXY committed Feb 6, 2023
1 parent db7fcda commit d25aaf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emmy_debugger/src/util.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "emmy_debugger/util.h"

#include <cstring>

// glibc 函数
int __strncasecmp(const char *s1, const char *s2, int n) {
Expand Down

0 comments on commit d25aaf7

Please sign in to comment.