mirror of
https://github.com/luanti-org/luanti.git
synced 2025-12-31 18:35:20 +01:00
Add #include <unistd.h> to filesys.cpp (needed by some linux distros now)
This commit is contained in:
@@ -171,6 +171,7 @@ bool RecursiveDelete(std::string path)
|
||||
#include <errno.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/wait.h>
|
||||
#include <unistd.h>
|
||||
|
||||
std::vector<DirListNode> GetDirListing(std::string pathstring)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user