From: Matt Armstrong Date: Thu, 6 Oct 2022 16:36:24 +0000 (-0700) Subject: ; * src/itree.h: include "lisp.h" for Lisp_Object X-Git-Tag: emacs-29.0.90~1616^2~406^2~34 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6dff825a9943434cfccd64916c506ab10977acf8;p=emacs.git ; * src/itree.h: include "lisp.h" for Lisp_Object --- diff --git a/src/itree.c b/src/itree.c index ed31ef11562..a782410860e 100644 --- a/src/itree.c +++ b/src/itree.c @@ -19,7 +19,7 @@ along with GNU Emacs. If not, see . */ #include #include -#include "lisp.h" + #include "itree.h" /* diff --git a/src/itree.h b/src/itree.h index 8f6bb667d64..9b79551f77c 100644 --- a/src/itree.h +++ b/src/itree.h @@ -23,6 +23,8 @@ along with GNU Emacs. If not, see . */ #include #include +#include "lisp.h" + /* The tree and node structs are mainly here, so they can be allocated. NOTE: The only time where it is safe to modify node.begin and