diff options
author | Andreas Schwab <schwab@suse.de> | 1997-11-25 13:28:06 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 1997-11-25 13:28:06 +0000 |
commit | bf1760bb9d784408e8511148f3afec6c1094d640 (patch) | |
tree | 758c7c7b881a364f7bb02f1c2348f79ba0d01719 | |
parent | 189987107d8c978e2f5527b8e76c48edc0ca83a5 (diff) | |
download | emacs-bf1760bb9d784408e8511148f3afec6c1094d640.tar.gz |
Include "intervals.h" for prototypes.
-rw-r--r-- | src/search.c | 1 |
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. */ #include "region-cache.h" #include "commands.h" #include "blockinput.h" +#include "intervals.h" #include <sys/types.h> #include "regex.h" |