summaryrefslogtreecommitdiff
path: root/printf/doprntf.c
diff options
context:
space:
mode:
Diffstat (limited to 'printf/doprntf.c')
-rw-r--r--printf/doprntf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/printf/doprntf.c b/printf/doprntf.c
index 537dce5b6..6ddb58590 100644
--- a/printf/doprntf.c
+++ b/printf/doprntf.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, 2011 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
@@ -36,6 +36,7 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#include "gmp.h"
#include "gmp-impl.h"
+#include "longlong.h"
/* change this to "#define TRACE(x) x" for diagnostics */