From: Dave Love Date: Wed, 20 Aug 2003 16:45:53 +0000 (+0000) Subject: Include lisp.h. X-Git-Tag: ttn-vms-21-2-B4~9037 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cf8c53b2605e209b9005897f593223e382f0b325;p=emacs.git Include lisp.h. --- diff --git a/src/atimer.h b/src/atimer.h index 4a487cdbb30..6411a0ac150 100644 --- a/src/atimer.h +++ b/src/atimer.h @@ -21,6 +21,9 @@ Boston, MA 02111-1307, USA. */ #ifndef EMACS_ATIMER_H #define EMACS_ATIMER_H +/* Building alloca.o includes us, and we need lisp.h for the P_ macro + in that case. */ +#include "lisp.h" #include "systime.h" /* for EMACS_TIME */ /* Forward declaration. */