summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/tst-dlopen.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/tst-dlopen.c b/tests/tst-dlopen.c
index 9090367b..272d58bc 100644
--- a/tests/tst-dlopen.c
+++ b/tests/tst-dlopen.c
@@ -7,6 +7,10 @@
(at your option) any later version.
*/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
#include <dlfcn.h>
#include <stdio.h>
#include <limits.h>