summaryrefslogtreecommitdiff
path: root/mpz/mul.c
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-04-28 23:58:42 +0200
committerKevin Ryde <user42@zip.com.au>2000-04-28 23:58:42 +0200
commit00befba16c51a293dd94802e35f9f659070f2127 (patch)
treedc7691538e72f7f43bcbb921598c25988e90e4fd /mpz/mul.c
parent3254eb358bc06da0f6d423b9fbaf8ec786e039f6 (diff)
downloadgmp-00befba16c51a293dd94802e35f9f659070f2127.tar.gz
Use <stdio.h> for NULL.
Diffstat (limited to 'mpz/mul.c')
-rw-r--r--mpz/mul.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mpz/mul.c b/mpz/mul.c
index 47ce8e354..89e194d6d 100644
--- a/mpz/mul.c
+++ b/mpz/mul.c
@@ -19,6 +19,7 @@ along with the GNU MP Library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA. */
+#include <stdio.h> /* for NULL */
#include "gmp.h"
#include "gmp-impl.h"