aboutsummaryrefslogtreecommitdiffstats
path: root/src/search.c
diff options
context:
space:
mode:
authorAndreas Schwab <[email protected]>1997-11-25 13:28:06 +0000
committerAndreas Schwab <[email protected]>1997-11-25 13:28:06 +0000
commitbf1760bb9d784408e8511148f3afec6c1094d640 (patch)
tree758c7c7b881a364f7bb02f1c2348f79ba0d01719 /src/search.c
parent189987107d8c978e2f5527b8e76c48edc0ca83a5 (diff)
Include "intervals.h" for prototypes.
Diffstat (limited to 'src/search.c')
-rw-r--r--src/search.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/search.c b/src/search.c
index 9a356c05eb..df73f4a536 100644
--- a/src/search.c
+++ b/src/search.c
@@ -28,6 +28,7 @@ Boston, MA 02111-1307, USA. */
#include "region-cache.h"
#include "commands.h"
#include "blockinput.h"
+#include "intervals.h"
#include <sys/types.h>
#include "regex.h"