summaryrefslogtreecommitdiff
path: root/mpz/inits.c
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2009-06-17 18:34:51 +0200
committerTorbjorn Granlund <tege@gmplib.org>2009-06-17 18:34:51 +0200
commitdacf3ddc7133ebb02330fd80301c771d1072c028 (patch)
treee506c13e7767bb56e243bb4194b9705bc81eb991 /mpz/inits.c
parentc7891de21b54ec0f74e0b907207a058c8918dec4 (diff)
downloadgmp-dacf3ddc7133ebb02330fd80301c771d1072c028.tar.gz
Grab stdio.h for NULL definition.
Diffstat (limited to 'mpz/inits.c')
-rw-r--r--mpz/inits.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mpz/inits.c b/mpz/inits.c
index 895512d6a..9ca0e8c4f 100644
--- a/mpz/inits.c
+++ b/mpz/inits.c
@@ -25,6 +25,7 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#include <varargs.h>
#endif
+#include <stdio.h> /* for NULL */
#include "gmp.h"
#include "gmp-impl.h"