mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-03-24 03:32:43 +00:00
sys/stat.h is required on all platforms
This commit is contained in:
parent
e1e5ae16e2
commit
801dc4aaac
1 changed files with 1 additions and 2 deletions
|
@ -35,6 +35,7 @@
|
|||
#include "fs_findfile.h"
|
||||
#include <string.h>
|
||||
#include <vector>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#ifndef _WIN32
|
||||
|
||||
|
@ -45,8 +46,6 @@
|
|||
#endif
|
||||
#include <unistd.h>
|
||||
#include <fnmatch.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include <dirent.h>
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue