[Gmp-commit] /var/hg/gmp: Put back #include of "config.h".
mercurial at gmplib.org
mercurial at gmplib.org
Sun Jan 19 16:04:02 UTC 2014
details: /var/hg/gmp/rev/10780375b197
changeset: 16232:10780375b197
user: Torbjorn Granlund <tege at gmplib.org>
date: Sun Jan 19 17:03:45 2014 +0100
description:
Put back #include of "config.h".
diffstat:
tests/misc/t-printf.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (14 lines):
diff -r 4b982c166489 -r 10780375b197 tests/misc/t-printf.c
--- a/tests/misc/t-printf.c Sun Jan 19 16:47:52 2014 +0100
+++ b/tests/misc/t-printf.c Sun Jan 19 17:03:45 2014 +0100
@@ -25,8 +25,9 @@
faulty or strange. */
+#include "config.h" /* needed for the HAVE_, could also move gmp incls */
+
#include <stdarg.h>
-
#include <stddef.h> /* for ptrdiff_t */
#include <stdio.h>
#include <stdlib.h>
More information about the gmp-commit
mailing list