aboutsummaryrefslogtreecommitdiff
path: root/src/fs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs.c')
-rw-r--r--src/fs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fs.c b/src/fs.c
index ee11a1b..a7f7888 100644
--- a/src/fs.c
+++ b/src/fs.c
@@ -122,6 +122,7 @@ char* normalizeUnixPath(char* path)
return path;
}
+
int makeDir(const char* path)
{
char pathcpy[PATH_MAX];