mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Add #include <unistd.h> to filesys.cpp
This commit is contained in:
parent
20c377ca65
commit
a67540807a
1 changed files with 1 additions and 0 deletions
|
@ -214,6 +214,7 @@ bool DeleteSingleFileOrEmptyDirectory(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…
Add table
Add a link
Reference in a new issue