summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/math/domath.in
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/math/domath.in')
-rw-r--r--testsuites/libtests/math/domath.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuites/libtests/math/domath.in b/testsuites/libtests/math/domath.in
index a41038744e..7a46dfa618 100644
--- a/testsuites/libtests/math/domath.in
+++ b/testsuites/libtests/math/domath.in
@@ -10,6 +10,10 @@
* Try to compile and link against POSIX math routines.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <math.h>
#include <stdio.h>