diff options
author | tege <tege@gmplib.org> | 2005-05-25 02:36:22 +0200 |
---|---|---|
committer | tege <tege@gmplib.org> | 2005-05-25 02:36:22 +0200 |
commit | d72627780e7e4248c7a706638c81c305a69e6d7f (patch) | |
tree | b2d02971fca98c209ddf3478a6b29b10f6aad44f /tests/rand | |
parent | 91f4a0af76bb7b224cd880e9a8e9ddcce29d30ec (diff) | |
download | gmp-d72627780e7e4248c7a706638c81c305a69e6d7f.tar.gz |
#include stdlib.h.
Diffstat (limited to 'tests/rand')
-rw-r--r-- | tests/rand/t-urbui.c | 3 | ||||
-rw-r--r-- | tests/rand/t-urmui.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/tests/rand/t-urbui.c b/tests/rand/t-urbui.c index c515eb863..38f406808 100644 --- a/tests/rand/t-urbui.c +++ b/tests/rand/t-urbui.c @@ -1,6 +1,6 @@ /* Test gmp_urandomb_ui. -Copyright 2003 Free Software Foundation, Inc. +Copyright 2003, 2005 Free Software Foundation, Inc. This file is part of the GNU MP Library. @@ -20,6 +20,7 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include <stdio.h> +#include <stdlib.h> #include "gmp.h" #include "gmp-impl.h" #include "tests.h" diff --git a/tests/rand/t-urmui.c b/tests/rand/t-urmui.c index 8f8e31cae..d8a2736ff 100644 --- a/tests/rand/t-urmui.c +++ b/tests/rand/t-urmui.c @@ -1,6 +1,6 @@ /* Test gmp_urandomm_ui. -Copyright 2003 Free Software Foundation, Inc. +Copyright 2003, 2005 Free Software Foundation, Inc. This file is part of the GNU MP Library. @@ -20,6 +20,7 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include <stdio.h> +#include <stdlib.h> #include "gmp.h" #include "gmp-impl.h" #include "tests.h" |