Fix build in a separate directory (bug#52669)
* src/lisp.h: Include <globals.h> instead of "globals.h"
This commit is contained in:
parent
6e050a4da7
commit
27be90154d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue