summaryrefslogtreecommitdiff
path: root/printf/obvprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'printf/obvprintf.c')
-rw-r--r--printf/obvprintf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/printf/obvprintf.c b/printf/obvprintf.c
index 81b8c83a3..78f4028a7 100644
--- a/printf/obvprintf.c
+++ b/printf/obvprintf.c
@@ -1,6 +1,6 @@
/* gmp_obstack_vprintf -- formatted output to an obstack.
-Copyright 2001 Free Software Foundation, Inc.
+Copyright 2001, 2002 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
@@ -30,6 +30,7 @@ MA 02111-1307, USA. */
#endif
#include <obstack.h>
+#include <string.h>
#include "gmp.h"
#include "gmp-impl.h"