Skip to content

Commit

Permalink
layer: add missing header after 540323a
Browse files Browse the repository at this point in the history
layer/VkLayer_FROG_gamescope_wsi.cpp:53:5: error: use of undeclared identifier 'pread'
    pread(fd, &overrideValue, sizeof(overrideValue), 0);
    ^
  • Loading branch information
jbeich authored and emersion committed Aug 16, 2023
1 parent 6fb83bf commit 9e34c3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions layer/VkLayer_FROG_gamescope_wsi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

// For limiter file.
#include <fcntl.h>
#include <unistd.h>

using namespace std::literals;

Expand Down

0 comments on commit 9e34c3e

Please sign in to comment.