Fix build in a separate directory (bug#52669)

* src/lisp.h: Include <globals.h> instead of "globals.h"
This commit is contained in:
Sam Steingold 2021-12-20 13:22:42 -05:00
parent 6e050a4da7
commit 27be90154d

View file

@ -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 <globals.h>
/* Header of vector-like objects. This documents the layout constraints on
vectors and pseudovectors (objects of PVEC_xxx subtype). It also prevents