diff options
author | hanrot <hanrot@280ebfd0-de03-0410-8827-d642c229c3f4> | 2000-12-15 12:21:35 +0000 |
---|---|---|
committer | hanrot <hanrot@280ebfd0-de03-0410-8827-d642c229c3f4> | 2000-12-15 12:21:35 +0000 |
commit | 3c2c727027d3df312553e61e1c15aa023dc79e68 (patch) | |
tree | 8ec10351b9797d6f2d0817d0051a646c41c869aa /random.c | |
parent | c4ccb81bce61a549654e1a7e465ed7fc99835e16 (diff) | |
download | mpfr-3c2c727027d3df312553e61e1c15aa023dc79e68.tar.gz |
Patches for compiler warnings.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@864 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'random.c')
-rw-r--r-- | random.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ MA 02111-1307, USA. */ #include "mpfr.h" #include "gmp-impl.h" #include "longlong.h" - +#include "srandom.h" /* Computes a random mpfr in [0, 1[ with precision MPFR_PREC */ |