From 44cd75b7f738959064b061b28096df9bfb1b730c Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sun, 16 Apr 2000 06:39:15 +0200 Subject: * errno.c: Include gmp.h. (To get the #define of gmp_errno to __gmp_errno.) --- errno.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'errno.c') 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; -- cgit v1.2.1