diff options
Diffstat (limited to 'libc/string/bfin/strcmp.S')
-rw-r--r-- | libc/string/bfin/strcmp.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/string/bfin/strcmp.S b/libc/string/bfin/strcmp.S index 6365024ec..07629c03b 100644 --- a/libc/string/bfin/strcmp.S +++ b/libc/string/bfin/strcmp.S @@ -17,6 +17,8 @@ * loop to check more carefully (same as the unaligned case). */ +#include <features.h> + .text .align 2 |