summaryrefslogtreecommitdiffstats
path: root/regex.c
diff options
context:
space:
mode:
Diffstat (limited to 'regex.c')
-rw-r--r--regex.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/regex.c b/regex.c
index 33c7ea2..58abe82 100644
--- a/regex.c
+++ b/regex.c
@@ -26,9 +26,7 @@
#define _GNU_SOURCE
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include "config.h"
/* We need this for `regex.h', and perhaps for the Emacs include files. */
#include <sys/types.h>