diff options
Diffstat (limited to 'stdio-common/printf_fphex.c')
-rw-r--r-- | stdio-common/printf_fphex.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdio-common/printf_fphex.c b/stdio-common/printf_fphex.c index 6cdda9e1d4..f5a3b49e38 100644 --- a/stdio-common/printf_fphex.c +++ b/stdio-common/printf_fphex.c @@ -25,6 +25,7 @@ #include <printf.h> #include <stdlib.h> #include <stdio.h> +#include <string.h> #include "_itoa.h" #include "../locale/localeinfo.h" |