summaryrefslogtreecommitdiff
path: root/scanf/vsscanf.c
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2002-11-04 00:16:13 +0100
committerKevin Ryde <user42@zip.com.au>2002-11-04 00:16:13 +0100
commit69249d0c0731595c7581df216d532acf079196a1 (patch)
treec6d32b8be11ba68edd4a94ce9625d77400b279f0 /scanf/vsscanf.c
parent83047b336d92a2300c882e832bc6960ef88dc312 (diff)
downloadgmp-69249d0c0731595c7581df216d532acf079196a1.tar.gz
* mpbsd/mtox.c, printf/obprintf.c, printf/obvprintf.c,
scanf/vsscanf.c, demos/expr/expr.c, demos/expr/exprf.c, demos/expr/exprfa.c, demos/expr/exprfr.c, demos/expr/exprq.c, demos/expr/exprz.c, demos/expr/exprza.c: Add <string.h> for strlen and memcpy.
Diffstat (limited to 'scanf/vsscanf.c')
-rw-r--r--scanf/vsscanf.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/scanf/vsscanf.c b/scanf/vsscanf.c
index 62e378004..cba27d17a 100644
--- a/scanf/vsscanf.c
+++ b/scanf/vsscanf.c
@@ -1,6 +1,6 @@
/* gmp_vsscanf -- formatted input from a string.
-Copyright 2001 Free Software Foundation, Inc.
+Copyright 2001, 2002 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
@@ -27,6 +27,8 @@ MA 02111-1307, USA. */
#include <varargs.h>
#endif
+#include <string.h>
+
#include "gmp.h"
#include "gmp-impl.h"