layer: add missing header after 540323ac37

layer/VkLayer_FROG_gamescope_wsi.cpp:53:5: error: use of undeclared identifier 'pread'
    pread(fd, &overrideValue, sizeof(overrideValue), 0);
    ^
This commit is contained in:
Jan Beich 2023-08-16 06:41:09 +02:00 committed by Simon Ser
parent 6fb83bfc5d
commit 9e34c3e104

View file

@ -15,6 +15,7 @@
// For limiter file. // For limiter file.
#include <fcntl.h> #include <fcntl.h>
#include <unistd.h>
using namespace std::literals; using namespace std::literals;