From 3935c944392e79cb73c83cf3184ddf6556431f18 Mon Sep 17 00:00:00 2001 From: Koji Arai Date: Sun, 29 Jun 2008 12:25:55 +0900 Subject: [PATCH] should include sys/types.h for mode_t --- pathlib.c | 1 + 1 file changed, 1 insertion(+) diff --git a/pathlib.c b/pathlib.c index 3732e19..d52c368 100644 --- a/pathlib.c +++ b/pathlib.c @@ -140,6 +140,7 @@ makepath(char *dest, int dest_size, } #include +#include #include int -- 2.11.0