summaryrefslogtreecommitdiff
path: root/rand.c
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-04-29 00:37:39 +0200
committerKevin Ryde <user42@zip.com.au>2000-04-29 00:37:39 +0200
commit80371b07635b93a0bed38482332163700cc155d6 (patch)
tree4956d51679c3a0001399e20e778239b318a11dfe /rand.c
parent004f5496ebf55ea04c4eeafa3b7a30c66234b99e (diff)
downloadgmp-80371b07635b93a0bed38482332163700cc155d6.tar.gz
Use <stdio.h> for NULL.
Diffstat (limited to 'rand.c')
-rw-r--r--rand.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rand.c b/rand.c
index 00d740a72..01d3a509e 100644
--- a/rand.c
+++ b/rand.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 */
#if __STDC__
# include <stdarg.h>
#else