diff --git a/Source/o_vscanf.c b/Source/o_vscanf.c index 6a363791a..d54151154 100644 --- a/Source/o_vscanf.c +++ b/Source/o_vscanf.c @@ -59,6 +59,7 @@ Cambridge, MA 02139, USA. */ #include #include #include +#include extern double strtod(const char *str, char **ptr); extern long strtol(const char *str, char** ptr, int base);