Skip to content
Snippets Groups Projects
Commit 1ecd54ed authored by Steven Murray's avatar Steven Murray
Browse files

Added #include <unistd.h> for rmdir()

parent 7737ac98
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@
#include <sys/file.h>
#include <stdio.h>
#include <memory>
#include <unistd.h>
......
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