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