summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/math/domath.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/math/domath.c')
-rw-r--r--testsuites/libtests/math/domath.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuites/libtests/math/domath.c b/testsuites/libtests/math/domath.c
index 2137d34d67..69f1459767 100644
--- a/testsuites/libtests/math/domath.c
+++ b/testsuites/libtests/math/domath.c
@@ -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>