emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 27be901: Fix build in a separate directory (bug#52669)


From: Sam Steingold
Subject: master 27be901: Fix build in a separate directory (bug#52669)
Date: Mon, 20 Dec 2021 13:25:55 -0500 (EST)

branch: master
commit 27be90154d1a4b19efe30c97f221b29e3becc920
Author: Sam Steingold <sds@gnu.org>
Commit: Sam Steingold <sds@gnu.org>

    Fix build in a separate directory (bug#52669)
    
    * src/lisp.h: Include <globals.h> 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 92ab05b..1518d4a 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 <globals.h>
 
 /* Header of vector-like objects.  This documents the layout constraints on
    vectors and pseudovectors (objects of PVEC_xxx subtype).  It also prevents



reply via email to

[Prev in Thread] Current Thread [Next in Thread]