Skip to content
Snippets Groups Projects
Commit a6754080 authored by Perttu Ahola's avatar Perttu Ahola
Browse files

Add #include <unistd.h> to filesys.cpp

parent 20c377ca
No related branches found
No related tags found
No related merge requests found
......@@ -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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment