diff options
Diffstat (limited to 'src/get_float128.c')
-rw-r--r-- | src/get_float128.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/get_float128.c b/src/get_float128.c index 124f212fb..e4fdf1747 100644 --- a/src/get_float128.c +++ b/src/get_float128.c @@ -21,10 +21,10 @@ 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. */ -#ifdef MPFR_WANT_FLOAT128 - #include "mpfr-impl.h" +#ifdef MPFR_WANT_FLOAT128 + /* generic code */ __float128 mpfr_get_float128 (mpfr_srcptr x, mpfr_rnd_t rnd_mode) |