summaryrefslogtreecommitdiff
path: root/scanf/doscan.c
diff options
context:
space:
mode:
Diffstat (limited to 'scanf/doscan.c')
-rw-r--r--scanf/doscan.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/scanf/doscan.c b/scanf/doscan.c
index 8865fcd6f..27a1e3957 100644
--- a/scanf/doscan.c
+++ b/scanf/doscan.c
@@ -4,7 +4,7 @@
CERTAIN TO BE SUBJECT TO INCOMPATIBLE CHANGES OR DISAPPEAR COMPLETELY IN
FUTURE GNU MP RELEASES.
-Copyright 2001, 2002 Free Software Foundation, Inc.
+Copyright 2001, 2002, 2003 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
@@ -36,6 +36,7 @@ MA 02111-1307, USA. */
#include <ctype.h>
#include <stddef.h> /* for ptrdiff_t */
#include <stdio.h>
+#include <stdlib.h> /* for strtol */
#include <string.h>
#if HAVE_LANGINFO_H