]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix build in a separate directory (bug#52669)
authorSam Steingold <sds@gnu.org>
Mon, 20 Dec 2021 18:22:42 +0000 (13:22 -0500)
committerSam Steingold <sds@gnu.org>
Mon, 20 Dec 2021 18:25:46 +0000 (13:25 -0500)
* src/lisp.h: Include <globals.h> instead of "globals.h"

src/lisp.h

index 92ab05b422854f4a81cb043ff939eca0f5b56d9d..1518d4a8690be2e1f07b4e0d123e327742cbdbdc 100644 (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