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 bbbf4b174a..d540fae7dd 100644 --- a/firmware/libc/strcmp.c +++ b/firmware/libc/strcmp.c | |||
@@ -37,6 +37,7 @@ QUICKREF | |||
37 | 37 | ||
38 | #include <string.h> | 38 | #include <string.h> |
39 | #include <limits.h> | 39 | #include <limits.h> |
40 | #include "_ansi.h" /* for _DEFUN */ | ||
40 | 41 | ||
41 | /* Nonzero if either X or Y is not aligned on a "long" boundary. */ | 42 | /* Nonzero if either X or Y is not aligned on a "long" boundary. */ |
42 | #define UNALIGNED(X, Y) \ | 43 | #define UNALIGNED(X, Y) \ |