summaryrefslogtreecommitdiffstats
path: root/common/textfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/textfile.c')
-rw-r--r--common/textfile.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/textfile.c b/common/textfile.c
index 84a72b3c..7814513a 100644
--- a/common/textfile.c
+++ b/common/textfile.c
@@ -36,6 +36,8 @@
#include <sys/mman.h>
#include <sys/param.h>
+#include "textfile.h"
+
int create_dirs(const char *filename, const mode_t mode)
{
struct stat st;