summaryrefslogtreecommitdiff
path: root/tests/t-constants.c
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-07-01 03:05:08 +0200
committerKevin Ryde <user42@zip.com.au>2001-07-01 03:05:08 +0200
commit311d6128ccde1ed83254b496fb504f214d84b31a (patch)
tree9f2059e939328eda89127ed69baf01369c58581c /tests/t-constants.c
parentadfcb05e648f8790acc6dacb9693875db2b3697e (diff)
downloadgmp-311d6128ccde1ed83254b496fb504f214d84b31a.tar.gz
* assert.c: Add stdlib.h for abort prototype.
* tests/spinner.c, trace.c, t-constants.c, t-count_zeros.c, t-gmpmax.c, t-modlinv.c: Ditto.
Diffstat (limited to 'tests/t-constants.c')
-rw-r--r--tests/t-constants.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/t-constants.c b/tests/t-constants.c
index 98e7db1d9..cfcb60ba9 100644
--- a/tests/t-constants.c
+++ b/tests/t-constants.c
@@ -1,6 +1,5 @@
-/* Check the values of some constants. */
+/* Check the values of some constants.
-/*
Copyright 2000, 2001 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
@@ -18,10 +17,10 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
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.
-*/
+MA 02111-1307, USA. */
#include <stdio.h>
+#include <stdlib.h>
#include "gmp.h"
#ifdef ULONG_MAX