diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-04-30 20:40:25 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-04-30 20:40:25 +0000 |
commit | 7d573c7ae14bbbb2d924837413879c71f8c385f4 (patch) | |
tree | 1eaf6bffded0b95496ba68ad745f1cd37406ee7d /common/textfile.c | |
parent | 910d9fe22770d744f88eb42762ec678e4e0a16de (diff) |
Include header file
Diffstat (limited to 'common/textfile.c')
-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; |