sys/stat.h is required on all platforms

This commit is contained in:
Ritchie Swann 2024-08-11 09:32:19 +01:00 committed by Rachael Alexanderson
parent e1e5ae16e2
commit 801dc4aaac
No known key found for this signature in database
GPG key ID: 26A8ACCE97115EE0

View file

@ -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