summaryrefslogtreecommitdiff
path: root/include/gmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gmp.h')
-rw-r--r--include/gmp.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/gmp.h b/include/gmp.h
index b74167097d..d9793f487e 100644
--- a/include/gmp.h
+++ b/include/gmp.h
@@ -1,9 +1,9 @@
+#ifndef __GMP_H__
+
/* Include gmp-mparam.h first, such that definitions of _SHORT_LIMB
and _LONG_LONG_LIMB in it can take effect into gmp.h. */
#include <gmp-mparam.h>
-#ifndef __GMP_H__
-
#include <stdlib/gmp.h>
/* Now define the internal interfaces. */
@@ -23,5 +23,4 @@ extern double __mpn_construct_double (mp_srcptr frac_ptr, int expt,
extern long double __mpn_construct_long_double (mp_srcptr frac_ptr, int expt,
int sign);
-
#endif