summaryrefslogtreecommitdiff
path: root/mpz/sqrtrem.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpz/sqrtrem.c')
-rw-r--r--mpz/sqrtrem.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mpz/sqrtrem.c b/mpz/sqrtrem.c
index 15fcfb5c7..2627b7464 100644
--- a/mpz/sqrtrem.c
+++ b/mpz/sqrtrem.c
@@ -20,6 +20,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"