]> git.eshelyaron.com Git - emacs.git/commitdiff
[emacs]: Include lisp.h (needed by atimer.h included
authorAndrew Innes <andrewi@gnu.org>
Tue, 4 Jul 2000 13:06:30 +0000 (13:06 +0000)
committerAndrew Innes <andrewi@gnu.org>
Tue, 4 Jul 2000 13:06:30 +0000 (13:06 +0000)
here via blockinput.h).

src/ChangeLog
src/alloca.c

index f3f521aa47ca5895364416d6cf33918a827e376e..8e8823cd04b0d82095e5ab17d441380b581dcdb6 100644 (file)
@@ -1,3 +1,8 @@
+2000-07-04  Andrew Innes  <andrewi@gnu.org>
+
+       * alloca.c [emacs]: Include lisp.h (needed by atimer.h included
+       here via blockinput.h).
+
 2000-07-04  Gerd Moellmann  <gerd@gnu.org>
 
        * keymap.c (get_keyelt): Temporarily inhibit GC while evaluating
index 8f98b73dbb90788101e7e83c2909ab60de28d719..1f760fe61733994037b2db9029cb6c10a28defa4 100644 (file)
@@ -33,6 +33,7 @@
 #endif
 
 #ifdef emacs
+#include "lisp.h"
 #include "blockinput.h"
 #endif