Fix order of macros

pull/2967/head
CharlesThobe 2 years ago
parent a003832e33
commit 8483738bf0

@ -8,11 +8,13 @@
#include <cinttypes>
Log_SetChannel(FrontendCommon);
#include <spawn.h>
#include <unistd.h>
#ifdef USE_X11
#include <cstdio>
#include <spawn.h>
#include <sys/wait.h>
#include <unistd.h>
static bool SetScreensaverInhibitX11(bool inhibit, const WindowInfo& wi)
{

Loading…
Cancel
Save