summaryrefslogtreecommitdiffstats
path: root/newlib/libc/misc
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/misc')
-rw-r--r--newlib/libc/misc/ffs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/misc/ffs.c b/newlib/libc/misc/ffs.c
index 292ffabee..e907bc911 100644
--- a/newlib/libc/misc/ffs.c
+++ b/newlib/libc/misc/ffs.c
@@ -24,7 +24,7 @@ PORTABILITY
No supporting OS subroutines are required. */
-#include <_ansi.h>
+#include <strings.h>
int
_DEFUN(ffs, (word),