mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00: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 New Issue
Block a user