Core: Fix LnxFlatFileReader compile error with Qt

This commit is contained in:
TheLastRar 2022-05-22 19:34:32 +01:00 committed by refractionpcsx2
parent dafef46a1b
commit 4f20a68b33
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#include "AsyncFileReader.h"
#include "common/FileSystem.h"
#include <unistd.h>
#include <sys/types.h>
#include <fcntl.h>