From cf8c53b2605e209b9005897f593223e382f0b325 Mon Sep 17 00:00:00 2001
From: Dave Love <fx@gnu.org>
Date: Wed, 20 Aug 2003 16:45:53 +0000
Subject: [PATCH] Include lisp.h.

---
 src/atimer.h | 3 +++
 1 file changed, 3 insertions(+)

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.  */
-- 
2.39.5