Révision | 3935c944392e79cb73c83cf3184ddf6556431f18 (tree) |
---|---|
l'heure | 2008-06-29 12:25:55 |
Auteur | Koji Arai <jca02266@gmai...> |
Commiter | Koji Arai |
should include sys/types.h for mode_t
@@ -140,6 +140,7 @@ makepath(char *dest, int dest_size, | ||
140 | 140 | } |
141 | 141 | |
142 | 142 | #include <sys/stat.h> |
143 | +#include <sys/types.h> | |
143 | 144 | #include <errno.h> |
144 | 145 | |
145 | 146 | int |