diff options
Diffstat (limited to 'libc/string/xtensa')
-rw-r--r-- | libc/string/xtensa/strcmp.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/string/xtensa/strcmp.S b/libc/string/xtensa/strcmp.S index 90c418d12..622bb27ed 100644 --- a/libc/string/xtensa/strcmp.S +++ b/libc/string/xtensa/strcmp.S @@ -19,6 +19,7 @@ #include "../../sysdeps/linux/xtensa/sysdep.h" #include <bits/xtensa-config.h> +#include <features.h> #ifdef __XTENSA_EB__ #define MASK0 0xff000000 |