diff options
Diffstat (limited to 'testsuite/bug-regex15.c')
-rw-r--r-- | testsuite/bug-regex15.c | 4 |
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> |