From: Sam Steingold Date: Mon, 20 Dec 2021 18:22:42 +0000 (-0500) Subject: Fix build in a separate directory (bug#52669) X-Git-Tag: emacs-29.0.90~3551 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=27be90154d1a4b19efe30c97f221b29e3becc920;p=emacs.git Fix build in a separate directory (bug#52669) * src/lisp.h: Include instead of "globals.h" --- 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