summaryrefslogtreecommitdiffstats
path: root/testsuites/support/src/test_support.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/support/src/test_support.c')
-rw-r--r--testsuites/support/src/test_support.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuites/support/src/test_support.c b/testsuites/support/src/test_support.c
index 319be6f17b..aebaabe5ec 100644
--- a/testsuites/support/src/test_support.c
+++ b/testsuites/support/src/test_support.c
@@ -9,6 +9,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <fcntl.h>
#include <tmacros.h>
#include "test_support.h"