changeset 52275:4e58666573f4

Include lisp.h.
author Dave Love <fx@gnu.org>
date Wed, 20 Aug 2003 16:45:53 +0000
parents 9f08d8959a2a
children 5623f26dff58
files src/atimer.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
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.  */