From: Andrew Innes Date: Tue, 4 Jul 2000 13:06:30 +0000 (+0000) Subject: [emacs]: Include lisp.h (needed by atimer.h included X-Git-Tag: emacs-pretest-21.0.90~2991 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4954f4b07534cc59b68acc2ef4ace46e9f85934a;p=emacs.git [emacs]: Include lisp.h (needed by atimer.h included here via blockinput.h). --- diff --git a/src/ChangeLog b/src/ChangeLog index f3f521aa47c..8e8823cd04b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2000-07-04 Andrew Innes + + * alloca.c [emacs]: Include lisp.h (needed by atimer.h included + here via blockinput.h). + 2000-07-04 Gerd Moellmann * keymap.c (get_keyelt): Temporarily inhibit GC while evaluating diff --git a/src/alloca.c b/src/alloca.c index 8f98b73dbb9..1f760fe6173 100644 --- a/src/alloca.c +++ b/src/alloca.c @@ -33,6 +33,7 @@ #endif #ifdef emacs +#include "lisp.h" #include "blockinput.h" #endif