unix.c headers for mkdir

This commit is contained in:
p.kosyh 2009-08-26 16:23:47 +00:00
parent e8c753c50a
commit 37d0eaeabb

View file

@ -1,6 +1,7 @@
#include <limits.h>
#include <pwd.h>
#include <unistd.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <stdio.h>
#include <errno.h>