diff options
Diffstat (limited to 'firmware/libc/strrchr.c')
-rw-r--r-- | firmware/libc/strrchr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/libc/strrchr.c b/firmware/libc/strrchr.c index 31b0d049b3..0489edd499 100644 --- a/firmware/libc/strrchr.c +++ b/firmware/libc/strrchr.c | |||
@@ -34,6 +34,7 @@ QUICKREF | |||
34 | */ | 34 | */ |
35 | 35 | ||
36 | #include <string.h> | 36 | #include <string.h> |
37 | #include "_ansi.h" /* for _DEFUN */ | ||
37 | 38 | ||
38 | char * | 39 | char * |
39 | _DEFUN (strrchr, (s, i), | 40 | _DEFUN (strrchr, (s, i), |