From: Andreas Schwab Date: Tue, 25 Nov 1997 13:28:06 +0000 (+0000) Subject: Include "intervals.h" for prototypes. X-Git-Tag: emacs-20.3~2726 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bf1760bb9d784408e8511148f3afec6c1094d640;p=emacs.git Include "intervals.h" for prototypes. --- 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 #include "regex.h"