summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-09-05 15:17:56 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-09-05 15:17:56 +0000
commitac7ce8b09e14c6df8837ab185df70646608a297c (patch)
treec914bda2a48f563ae479bc0e4158d095f5868421
parente04f53148f18f80d6fb8cac4605cf46e8ce84a45 (diff)
downloadmpfr-ac7ce8b09e14c6df8837ab185df70646608a297c.tar.gz
[src/pow_si.c] MPFR_NEED_LONGLONG_H is still needed.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13142 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--src/pow_si.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pow_si.c b/src/pow_si.c
index 22c17547b..3e51b681c 100644
--- a/src/pow_si.c
+++ b/src/pow_si.c
@@ -20,6 +20,7 @@ along with the GNU MPFR Library; see the file COPYING.LESSER. If not, see
http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */
+#define MPFR_NEED_LONGLONG_H /* for MPFR_INT_CEIL_LOG2 */
#include "mpfr-impl.h"
/* The computation of y = pow_si(x,n) is done by