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