Added missing include <sys/stat.h>

This commit is contained in:
Pierre Pronchery 2012-08-06 23:35:16 +00:00
parent 947cacad86
commit 27844682fc

View File

@ -25,6 +25,7 @@
# define unmount unmount
# endif
#endif
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <stdlib.h>