Skip to content

Commit 0daa647

Browse files
authored
Include strings.h for strncasecmp
1 parent 3623abc commit 0daa647

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

driver/others/dynamic_arm64.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
/*********************************************************************/
3939

4040
#include "common.h"
41+
#include <strings.h>
42+
4143
#if (defined OS_LINUX || defined OS_ANDROID)
4244
#include <asm/hwcap.h>
4345
#include <sys/auxv.h>

0 commit comments

Comments
 (0)