summaryrefslogtreecommitdiffstats
path: root/lib/regex.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/regex.c')
-rw-r--r--lib/regex.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/regex.c b/lib/regex.c
index 70ee70e..d4eb726 100644
--- a/lib/regex.c
+++ b/lib/regex.c
@@ -17,9 +17,7 @@
with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <config.h>
/* Make sure noone compiles this code with a C++ compiler. */
#if defined __cplusplus && defined _LIBC