summaryrefslogtreecommitdiff
path: root/tests/tget_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/tget_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/tget_sj.c')
-rw-r--r--tests/tget_sj.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tget_sj.c b/tests/tget_sj.c
index 7c5d66916..4f57c5855 100644
--- a/tests/tget_sj.c
+++ b/tests/tget_sj.c
@@ -20,6 +20,7 @@ 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