summaryrefslogtreecommitdiff
path: root/src/regex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex.h')
-rw-r--r--src/regex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/regex.h b/src/regex.h
index c89ca46d4bd..eaa7729a5fb 100644
--- a/src/regex.h
+++ b/src/regex.h
@@ -167,6 +167,7 @@ typedef unsigned long reg_syntax_t;
extern reg_syntax_t re_syntax_options;
#ifdef emacs
+# include "lisp.h"
/* In Emacs, this is the string or buffer in which we
are matching. It is used for looking up syntax properties. */
extern Lisp_Object re_match_object;