summaryrefslogtreecommitdiff
path: root/mpf/sqrt_ui.c
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-04-29 00:30:52 +0200
committerKevin Ryde <user42@zip.com.au>2000-04-29 00:30:52 +0200
commit46cf0b1134813f340e6bd236fa2c7a18b87d6bb9 (patch)
tree7c8dd22f57fe7afcd34d87a3982c72d70fbe4d5c /mpf/sqrt_ui.c
parent53a5475a6221593e8e328e3677eeb9079327d864 (diff)
downloadgmp-46cf0b1134813f340e6bd236fa2c7a18b87d6bb9.tar.gz
Use <stdio.h> for NULL.
Diffstat (limited to 'mpf/sqrt_ui.c')
-rw-r--r--mpf/sqrt_ui.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mpf/sqrt_ui.c b/mpf/sqrt_ui.c
index 421aa0219..53e2e0e4b 100644
--- a/mpf/sqrt_ui.c
+++ b/mpf/sqrt_ui.c
@@ -1,6 +1,6 @@
/* mpf_sqrt_ui -- Compute the square root of an unsigned integer.
-Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc.
+Copyright (C) 1993, 1994, 1996, 2000 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
@@ -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"