# HG changeset patch # User Dave Love # Date 1061397953 0 # Node ID 4e58666573f4028b3f633ee3c1240ce5eb7066a5 # Parent 9f08d8959a2aec74f21ca6ccd11c0c4db79c877d Include lisp.h. diff -r 9f08d8959a2a -r 4e58666573f4 src/atimer.h --- a/src/atimer.h Wed Aug 20 16:43:21 2003 +0000 +++ b/src/atimer.h Wed Aug 20 16:45:53 2003 +0000 @@ -21,6 +21,9 @@ #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. */