summaryrefslogtreecommitdiff
path: root/tests/t-modlinv.c
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-07-01 03:07:02 +0200
committerKevin Ryde <user42@zip.com.au>2001-07-01 03:07:02 +0200
commit40204d4474d715b0fd2b41199d70c15e343c1de5 (patch)
treec777e47517f91c9d74e01d57cc06bd1ee3095678 /tests/t-modlinv.c
parent311d6128ccde1ed83254b496fb504f214d84b31a (diff)
downloadgmp-40204d4474d715b0fd2b41199d70c15e343c1de5.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. * tests/misc.c, t-modlinv.c: Add string.h.
Diffstat (limited to 'tests/t-modlinv.c')
-rw-r--r--tests/t-modlinv.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/t-modlinv.c b/tests/t-modlinv.c
index 475f9e451..4614b3627 100644
--- a/tests/t-modlinv.c
+++ b/tests/t-modlinv.c
@@ -1,6 +1,5 @@
-/* Test modlimb_invert. */
+/* Test modlimb_invert.
-/*
Copyright 2000, 2001 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
@@ -18,10 +17,11 @@ 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 <string.h>
#include "gmp.h"
#include "gmp-impl.h"
#include "longlong.h"