]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/itree.h: include "lisp.h" for Lisp_Object
authorMatt Armstrong <matt@rfc20.org>
Thu, 6 Oct 2022 16:36:24 +0000 (09:36 -0700)
committerMatt Armstrong <matt@rfc20.org>
Thu, 6 Oct 2022 20:27:27 +0000 (13:27 -0700)
src/itree.c
src/itree.h

index ed31ef11562664b7f571670d548082b5f12d5755..a782410860e3277a4891a535d116074304404111 100644 (file)
@@ -19,7 +19,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include <config.h>
 #include <math.h>
-#include "lisp.h"
+
 #include "itree.h"
 
 /*
index 8f6bb667d64be68a9321679fd0d88fe12d324eea..9b79551f77cb02b7c7f53b7c3470a46c171d92f3 100644 (file)
@@ -23,6 +23,8 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #include <stddef.h>
 #include <inttypes.h>
 
+#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