diff options
| author | Dave Love | 2003-08-20 16:45:53 +0000 |
|---|---|---|
| committer | Dave Love | 2003-08-20 16:45:53 +0000 |
| commit | cf8c53b2605e209b9005897f593223e382f0b325 (patch) | |
| tree | f159a1e09c03bd584192997ac30d523be663bb19 /src | |
| parent | 3060873a53b519822faadce36274e86e35dc7410 (diff) | |
| download | emacs-cf8c53b2605e209b9005897f593223e382f0b325.tar.gz emacs-cf8c53b2605e209b9005897f593223e382f0b325.zip | |
Include lisp.h.
Diffstat (limited to 'src')
| -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. */ | |||
| 21 | #ifndef EMACS_ATIMER_H | 21 | #ifndef EMACS_ATIMER_H |
| 22 | #define EMACS_ATIMER_H | 22 | #define EMACS_ATIMER_H |
| 23 | 23 | ||
| 24 | /* Building alloca.o includes us, and we need lisp.h for the P_ macro | ||
| 25 | in that case. */ | ||
| 26 | #include "lisp.h" | ||
| 24 | #include "systime.h" /* for EMACS_TIME */ | 27 | #include "systime.h" /* for EMACS_TIME */ |
| 25 | 28 | ||
| 26 | /* Forward declaration. */ | 29 | /* Forward declaration. */ |