Skip to content

Commit ebc3eaf

Browse files
authored
Need strings.h for strncasecmp prototype
1 parent 0d6b7fe commit ebc3eaf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

driver/others/dynamic_arm64.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
/*********************************************************************/
3939

4040
#include "common.h"
41+
#include <strings.h>
4142
#if (defined OS_LINUX || defined OS_ANDROID)
4243
#include <asm/hwcap.h>
4344
#include <sys/auxv.h>

0 commit comments

Comments
 (0)