summaryrefslogtreecommitdiff
path: root/src/dired.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dired.c')
-rw-r--r--src/dired.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dired.c b/src/dired.c
index 9f38f79a711..0b9fa436486 100644
--- a/src/dired.c
+++ b/src/dired.c
@@ -68,6 +68,9 @@ extern struct direct *readdir ();
#include "regex.h"
+/* A search buffer, with a fastmap allocated and ready to go. */
+extern struct re_pattern_buffer searchbuf;
+
#define min(a, b) ((a) < (b) ? (a) : (b))
/* if system does not have symbolic links, it does not have lstat.