From 27be90154d1a4b19efe30c97f221b29e3becc920 Mon Sep 17 00:00:00 2001 From: Sam Steingold Date: Mon, 20 Dec 2021 13:22:42 -0500 Subject: Fix build in a separate directory (bug#52669) * src/lisp.h: Include instead of "globals.h" --- src/lisp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lisp.h b/src/lisp.h index 92ab05b4228..1518d4a8690 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -954,7 +954,7 @@ typedef EMACS_UINT Lisp_Word_tag; ? ((y) - 1 + (x)) & ~ ((y) - 1) \ : ((y) - 1 + (x)) - ((y) - 1 + (x)) % (y)) -#include "globals.h" +#include /* Header of vector-like objects. This documents the layout constraints on vectors and pseudovectors (objects of PVEC_xxx subtype). It also prevents -- cgit v1.2.3