]> git.eshelyaron.com Git - emacs.git/commitdiff
Include "intervals.h" for prototypes.
authorAndreas Schwab <schwab@suse.de>
Tue, 25 Nov 1997 13:28:06 +0000 (13:28 +0000)
committerAndreas Schwab <schwab@suse.de>
Tue, 25 Nov 1997 13:28:06 +0000 (13:28 +0000)
src/search.c

index 9a356c05ebc27be7bafc28cb9d577cdbc41c0d05..df73f4a53699cfd62ac07b5177ddd0c7ac028a1e 100644 (file)
@@ -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"