diff options
Diffstat (limited to 'stdlib/strtod.c')
-rw-r--r-- | stdlib/strtod.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/strtod.c b/stdlib/strtod.c index f32ffc6162..aff0045542 100644 --- a/stdlib/strtod.c +++ b/stdlib/strtod.c @@ -57,6 +57,7 @@ Boston, MA 02111-1307, USA. */ #include "../locale/localeinfo.h" #include <math.h> #include <stdlib.h> +#include <string.h> /* The gmp headers need some configuration frobs. */ #define HAVE_ALLOCA 1 |