forked from Mirrorlandia_minetest/minetest
Add #include <unistd.h> to filesys.cpp (needed by some linux distros now)
This commit is contained in:
parent
bc0e5c0063
commit
1596628850
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user