summaryrefslogtreecommitdiff
path: root/pow_ui.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2003-05-21 15:16:49 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2003-05-21 15:16:49 +0000
commit2f3cb289a102043a22bd32c5950db37199fb3fd2 (patch)
tree53f966b776ac9caf1404b7e3898f76ccb3840874 /pow_ui.c
parent0836bd589ba6828fe278f70dd1b9b7634ada4528 (diff)
downloadmpfr-2f3cb289a102043a22bd32c5950db37199fb3fd2.tar.gz
#include "gmp-impl.h" added.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2300 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'pow_ui.c')
-rw-r--r--pow_ui.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pow_ui.c b/pow_ui.c
index a2236ee3b..aca144481 100644
--- a/pow_ui.c
+++ b/pow_ui.c
@@ -1,7 +1,7 @@
/* mpfr_pow_ui-- compute the power of a floating-point
by a machine integer
-Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+Copyright 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
This file is part of the MPFR Library.
@@ -21,6 +21,7 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA. */
#include "gmp.h"
+#include "gmp-impl.h"
#include "mpfr.h"
#include "mpfr-impl.h"