aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/regex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex.c b/src/regex.c
index 22777ca2be6..a5594be55ed 100644
--- a/src/regex.c
+++ b/src/regex.c
@@ -29,7 +29,7 @@
29/* We need this for `regex.h', and perhaps for the Emacs include files. */ 29/* We need this for `regex.h', and perhaps for the Emacs include files. */
30#include <sys/types.h> 30#include <sys/types.h>
31 31
32#ifdef HAVE_CONFIG_H 32#if defined (HAVE_CONFIG_H) || defined (emacs)
33#include "config.h" 33#include "config.h"
34#endif 34#endif
35 35