summaryrefslogtreecommitdiff
path: root/tests/mpf/t-get_si.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mpf/t-get_si.c')
-rw-r--r--tests/mpf/t-get_si.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/mpf/t-get_si.c b/tests/mpf/t-get_si.c
index 9ea2c17ba..bc7947725 100644
--- a/tests/mpf/t-get_si.c
+++ b/tests/mpf/t-get_si.c
@@ -1,6 +1,5 @@
-/* Exercise mpz_get_si. */
+/* Exercise mpz_get_si.
-/*
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"
#include "gmp-impl.h"
#include "tests.h"