Skip to content

Commit

Permalink
fix: missing unistd include
Browse files Browse the repository at this point in the history
  • Loading branch information
Almamu committed May 11, 2024
1 parent 0d36d6e commit c44a86d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/WallpaperEngine/Application/CWallpaperApplication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
#include "WallpaperEngine/Render/Drivers/CWaylandOpenGLDriver.h"
#include "WallpaperEngine/Render/Drivers/Detectors/CX11FullScreenDetector.h"

#include <unistd.h>

#define FULLSCREEN_CHECK_WAIT_TIME 250

float g_Time;
Expand Down

0 comments on commit c44a86d

Please sign in to comment.