diff options
author | Dave Love <fx@gnu.org> | 2003-08-20 16:45:53 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2003-08-20 16:45:53 +0000 |
commit | cf8c53b2605e209b9005897f593223e382f0b325 (patch) | |
tree | f159a1e09c03bd584192997ac30d523be663bb19 /src/atimer.h | |
parent | 3060873a53b519822faadce36274e86e35dc7410 (diff) | |
download | emacs-cf8c53b2605e209b9005897f593223e382f0b325.tar.gz |
Include lisp.h.
Diffstat (limited to 'src/atimer.h')
-rw-r--r-- | src/atimer.h | 3 |
1 files changed, 3 insertions, 0 deletions
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. */ |