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