diff options
Diffstat (limited to 'tests/tset_sj.c')
-rw-r--r-- | tests/tset_sj.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tset_sj.c b/tests/tset_sj.c index 5ec361223..9afcb334a 100644 --- a/tests/tset_sj.c +++ b/tests/tset_sj.c @@ -21,11 +21,11 @@ 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. */ +/* Needed due to the inclusion of mpfr-intmax.h */ #ifdef HAVE_CONFIG_H # include "config.h" #endif - #include "mpfr-intmax.h" #include "mpfr-test.h" |