From: Po Lu Date: Sat, 22 Jan 2022 12:28:22 +0000 (+0800) Subject: Fix PGTK build with xwidgets X-Git-Tag: emacs-29.0.90~2862 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=15090d7c6fa54cc6598fa02b43404181be826e0b;p=emacs.git Fix PGTK build with xwidgets * src/xwidget.c: Swap some preprocessor definitions around. Reported by IƱigo Serna . --- 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