aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Schwab1997-11-25 13:28:06 +0000
committerAndreas Schwab1997-11-25 13:28:06 +0000
commitbf1760bb9d784408e8511148f3afec6c1094d640 (patch)
tree758c7c7b881a364f7bb02f1c2348f79ba0d01719 /src
parent189987107d8c978e2f5527b8e76c48edc0ca83a5 (diff)
downloademacs-bf1760bb9d784408e8511148f3afec6c1094d640.tar.gz
emacs-bf1760bb9d784408e8511148f3afec6c1094d640.zip
Include "intervals.h" for prototypes.
Diffstat (limited to 'src')
-rw-r--r--src/search.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/search.c b/src/search.c
index 9a356c05ebc..df73f4a5369 100644
--- a/src/search.c
+++ b/src/search.c
@@ -28,6 +28,7 @@ Boston, MA 02111-1307, USA. */
28#include "region-cache.h" 28#include "region-cache.h"
29#include "commands.h" 29#include "commands.h"
30#include "blockinput.h" 30#include "blockinput.h"
31#include "intervals.h"
31 32
32#include <sys/types.h> 33#include <sys/types.h>
33#include "regex.h" 34#include "regex.h"