From 15090d7c6fa54cc6598fa02b43404181be826e0b Mon Sep 17 00:00:00 2001 From: Po Lu Date: Sat, 22 Jan 2022 20:28:22 +0800 Subject: [PATCH] Fix PGTK build with xwidgets MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * src/xwidget.c: Swap some preprocessor definitions around. Reported by Iñigo Serna . --- src/xwidget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xwidget.c b/src/xwidget.c index fb66a17acd8..822bed03494 100644 --- a/src/xwidget.c +++ b/src/xwidget.c @@ -39,8 +39,8 @@ along with GNU Emacs. If not, see . */ #include #include #include -#include #ifndef HAVE_PGTK +#include #include #else #include -- 2.39.5