summaryrefslogtreecommitdiff
path: root/tests/tset_sj.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-02-08 01:20:13 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-02-08 01:20:13 +0000
commit2575694730510ebfe2838dca868010418ee1a79b (patch)
treec179559842bfa64a86ecdb0737bd343d50d3f8a9 /tests/tset_sj.c
parent67d31d3afacf6fe845fec536f0f5460f3d324638 (diff)
downloadmpfr-2575694730510ebfe2838dca868010418ee1a79b.tar.gz
[tests] Added/updated comments about the config.h inclusion.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@12215 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tset_sj.c')
-rw-r--r--tests/tset_sj.c2
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"