summaryrefslogtreecommitdiff
path: root/testsuite/bug-regex15.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/bug-regex15.c')
-rw-r--r--testsuite/bug-regex15.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/bug-regex15.c b/testsuite/bug-regex15.c
index c7eddf7..14707e8 100644
--- a/testsuite/bug-regex15.c
+++ b/testsuite/bug-regex15.c
@@ -1,5 +1,9 @@
/* Test for memory/CPU leak in regcomp. */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <sys/types.h>
#include <sys/time.h>
#include <sys/resource.h>