diff options
Diffstat (limited to 'trunc.c')
-rw-r--r-- | trunc.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -22,8 +22,9 @@ MA 02111-1307, USA. */ #include <stdio.h> #include "gmp.h" -#include "mpfr.h" #include "gmp-impl.h" +#include "mpfr.h" +#include "mpfr-impl.h" #if MPFR_FLOOR #define _MPFR_FLOOR_OR_CEIL |