aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/regex.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/regex.c b/src/regex.c
index d191df63f53..3c0392a59a0 100644
--- a/src/regex.c
+++ b/src/regex.c
@@ -51,6 +51,11 @@
51 51
52#else /* not emacs */ 52#else /* not emacs */
53 53
54/* If we are not linking with Emacs proper,
55 we can't use the relocating allocator
56 even if config.h says that we can. */
57#undef REL_ALLOC
58
54#ifdef STDC_HEADERS 59#ifdef STDC_HEADERS
55#include <stdlib.h> 60#include <stdlib.h>
56#else 61#else