diff --git a/Source/o_vscanf.c b/Source/o_vscanf.c index 67cda2e6c..18cadac9a 100644 --- a/Source/o_vscanf.c +++ b/Source/o_vscanf.c @@ -20,7 +20,7 @@ Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1992, 1993, 1996 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -59,7 +59,7 @@ Cambridge, MA 02139, USA. */ #include #include #include -#include +#include extern double strtod(const char *str, char **ptr); extern long strtol(const char *str, char** ptr, int base);