comparison src/atimer.h @ 52275:4e58666573f4

Include lisp.h.
author Dave Love <fx@gnu.org>
date Wed, 20 Aug 2003 16:45:53 +0000
parents 23a1cea22d13
children 695cf19ef79e
comparison
equal deleted inserted replaced
52274:9f08d8959a2a 52275:4e58666573f4
19 Boston, MA 02111-1307, USA. */ 19 Boston, MA 02111-1307, USA. */
20 20
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. */
27 30
28 struct atimer; 31 struct atimer;