summaryrefslogtreecommitdiff
path: root/errno.c
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-07-10 23:48:24 +0200
committerKevin Ryde <user42@zip.com.au>2001-07-10 23:48:24 +0200
commit34249fa4588c829acd7bb508996bca1692927165 (patch)
tree128f3a3f443f0f2d4d156f016478c174a9f533f1 /errno.c
parent2e2e689f14ffbde9ac3e337a657d9a86659cd6a7 (diff)
downloadgmp-34249fa4588c829acd7bb508996bca1692927165.tar.gz
More of:
* errno.c, gmp-impl.h (__gmp_exception, __gmp_divide_by_zero, __gmp_sqrt_of_negative): New functions.
Diffstat (limited to 'errno.c')
-rw-r--r--errno.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/errno.c b/errno.c
index ff3e7f976..057c73275 100644
--- a/errno.c
+++ b/errno.c
@@ -19,7 +19,7 @@ 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. */
-
+#include <stdlib.h>
#include "gmp.h"
#include "gmp-impl.h"