summaryrefslogtreecommitdiffstats
path: root/include/fileutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fileutils.h')
-rw-r--r--include/fileutils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/fileutils.h b/include/fileutils.h
index d0d4505cd..99a71edbc 100644
--- a/include/fileutils.h
+++ b/include/fileutils.h
@@ -20,4 +20,6 @@ static inline FILE *xfmkstemp(char **tmpname, char *dir)
extern int get_fd_tabsize(void);
+extern int mkdir_p(const char *path, mode_t mode);
+
#endif /* UTIL_LINUX_FILEUTILS */