Fixed cache files not being auto-created

This commit is contained in:
Scoopta
2020-01-16 16:49:57 -08:00
parent e5300b2995
commit f60cdc0167
2 changed files with 13 additions and 7 deletions

View File

@@ -26,6 +26,7 @@
#include <errno.h>
#include <stddef.h>
#include <string.h>
#include <libgen.h>
#include <sys/stat.h>