diff 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
line wrap: on
line diff
--- 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.  */