summaryrefslogtreecommitdiff
path: root/testsuite/bug-regex21.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/bug-regex21.c')
-rw-r--r--testsuite/bug-regex21.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/testsuite/bug-regex21.c b/testsuite/bug-regex21.c
index 0232876..53a975d 100644
--- a/testsuite/bug-regex21.c
+++ b/testsuite/bug-regex21.c
@@ -1,5 +1,5 @@
/* Test for memory leaks in regcomp.
- Copyright (C) 2003 Free Software Foundation, Inc.
+ Copyright (C) 2003-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
@@ -18,9 +18,7 @@
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301 USA. */
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
+#include <config.h>
#ifdef HAVE_MCHECK_H
#include <mcheck.h>