diff options
Diffstat (limited to 'firmware/libc/strcmp.c')
| -rw-r--r-- | firmware/libc/strcmp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/libc/strcmp.c b/firmware/libc/strcmp.c index bbbf4b1..d540fae 100644 --- a/firmware/libc/strcmp.c +++ b/firmware/libc/strcmp.c @@ -37,6 +37,7 @@ QUICKREF #include <string.h> #include <limits.h> +#include "_ansi.h" /* for _DEFUN */ /* Nonzero if either X or Y is not aligned on a "long" boundary. */ #define UNALIGNED(X, Y) \ |