mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-07 01:00:06 +01:00
Compilation fix
This commit is contained in:
parent
dcf3e0776e
commit
3cab629a67
|
|
@ -94,6 +94,7 @@ bool truncate_file(const std::string& file, u64 length)
|
|||
#else
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <dirent.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#if defined(__APPLE__) || defined(__FreeBSD__)
|
||||
|
|
|
|||
Loading…
Reference in a new issue