Skip to content

Commit

Permalink
Fix order of macros
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesthobe committed May 1, 2023
1 parent a003832 commit 8483738
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/frontend-common/platform_misc_unix.cpp
Expand Up @@ -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)
{
Expand Down

0 comments on commit 8483738

Please sign in to comment.