summaryrefslogtreecommitdiff
path: root/assert.c
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-06-29 01:09:42 +0200
committerKevin Ryde <user42@zip.com.au>2001-06-29 01:09:42 +0200
commit70cb93e00322c6cdae36b7eb264b4aea1cda046f (patch)
treed2e7d9939a6d965fcf25ee49162ddd07ecb6b81c /assert.c
parent9a9d89617d2bbe51b92eec34c3b67907661e3479 (diff)
downloadgmp-70cb93e00322c6cdae36b7eb264b4aea1cda046f.tar.gz
* assert.c: Add stdlib.h for abort prototype.
Diffstat (limited to 'assert.c')
-rw-r--r--assert.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/assert.c b/assert.c
index 7455565d3..090ddbe59 100644
--- a/assert.c
+++ b/assert.c
@@ -24,6 +24,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"