summaryrefslogtreecommitdiff
path: root/scanf
diff options
context:
space:
mode:
Diffstat (limited to 'scanf')
-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"