From 8483738bf03bc67cdad2ca484111a2319803a62a Mon Sep 17 00:00:00 2001 From: CharlesThobe Date: Mon, 1 May 2023 13:29:30 +0300 Subject: [PATCH] Fix order of macros --- src/frontend-common/platform_misc_unix.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/frontend-common/platform_misc_unix.cpp b/src/frontend-common/platform_misc_unix.cpp index b333be44e..3b48a5814 100644 --- a/src/frontend-common/platform_misc_unix.cpp +++ b/src/frontend-common/platform_misc_unix.cpp @@ -8,11 +8,13 @@ #include Log_SetChannel(FrontendCommon); +#include +#include + #ifdef USE_X11 #include -#include #include -#include + static bool SetScreensaverInhibitX11(bool inhibit, const WindowInfo& wi) {