diff options
| -rw-r--r-- | common/textfile.c | 2 | 
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; | 
