- fixed a bunch of Linux and macOS compilation errors
This commit is contained in:
parent
e28d3b7f0b
commit
bfefc12427
5 changed files with 8 additions and 4 deletions
|
|
@ -40,6 +40,9 @@
|
|||
#include "i_system.h"
|
||||
#include "fs_findfile.h"
|
||||
|
||||
#ifdef __unix__
|
||||
#include <sys/stat.h>
|
||||
#endif // __unix__
|
||||
|
||||
//==========================================================================
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue