summaryrefslogtreecommitdiff
path: root/errno.c
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-04-16 06:39:15 +0200
committerKevin Ryde <user42@zip.com.au>2000-04-16 06:39:15 +0200
commit44cd75b7f738959064b061b28096df9bfb1b730c (patch)
tree6d829d773d4ca36f4360cf17c4338467232d624c /errno.c
parent5c722fe893ad87a22e4b0d25a61bbbdf8fe64096 (diff)
downloadgmp-44cd75b7f738959064b061b28096df9bfb1b730c.tar.gz
* errno.c: Include gmp.h.
(To get the #define of gmp_errno to __gmp_errno.)
Diffstat (limited to 'errno.c')
-rw-r--r--errno.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/errno.c b/errno.c
index 895b183c5..afb25f9b6 100644
--- a/errno.c
+++ b/errno.c
@@ -19,4 +19,8 @@ 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 "gmp.h"
+#include "gmp-impl.h"
+
int gmp_errno = 0;