changeset 30032:53eb5de09ac4

[emacs]: Include lisp.h (needed by atimer.h included here via blockinput.h).
author Andrew Innes <andrewi@gnu.org>
date Tue, 04 Jul 2000 13:05:56 +0000
parents e3a7a827d1b0
children 7750bb9c9550
files src/alloca.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/alloca.c	Tue Jul 04 12:08:25 2000 +0000
+++ b/src/alloca.c	Tue Jul 04 13:05:56 2000 +0000
@@ -33,6 +33,7 @@
 #endif
 
 #ifdef emacs
+#include "lisp.h"
 #include "blockinput.h"
 #endif