From 838126f81f9feb5cf16d133693055493df30f0fe Mon Sep 17 00:00:00 2001 From: whitequark Date: Mon, 13 May 2019 15:04:37 +0000 Subject: [PATCH] GTK: rework f07e975d to fix build on both pre and post 3.24 GTK. --- src/platform/guigtk.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/platform/guigtk.cpp b/src/platform/guigtk.cpp index 341547fa..c239d4a7 100644 --- a/src/platform/guigtk.cpp +++ b/src/platform/guigtk.cpp @@ -15,9 +15,6 @@ #include #include #include -#if defined(HAVE_GTK_FILECHOOSERNATIVE) -# include -#endif #include #include #include @@ -29,6 +26,9 @@ #include #include "config.h" +#if defined(HAVE_GTK_FILECHOOSERNATIVE) +# include +#endif #if defined(HAVE_SPACEWARE) # include