summaryrefslogtreecommitdiff
path: root/firmware/libc/strncmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/libc/strncmp.c')
-rw-r--r--firmware/libc/strncmp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/libc/strncmp.c b/firmware/libc/strncmp.c
index b1d8d9d43a..315fae810a 100644
--- a/firmware/libc/strncmp.c
+++ b/firmware/libc/strncmp.c
@@ -38,6 +38,7 @@ QUICKREF
38 38
39#include <string.h> 39#include <string.h>
40#include <limits.h> 40#include <limits.h>
41#include "_ansi.h" /* for _DEFUN */
41 42
42/* Nonzero if either X or Y is not aligned on a "long" boundary. */ 43/* Nonzero if either X or Y is not aligned on a "long" boundary. */
43#define UNALIGNED(X, Y) \ 44#define UNALIGNED(X, Y) \