diff options
Diffstat (limited to 'src/stdio/fputs.c')
-rw-r--r-- | src/stdio/fputs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stdio/fputs.c b/src/stdio/fputs.c index b41bc8c7..1112b192 100644 --- a/src/stdio/fputs.c +++ b/src/stdio/fputs.c @@ -1,4 +1,5 @@ #include "stdio_impl.h" +#include <string.h> int fputs(const char *restrict s, FILE *restrict f) { |