Add missing #include <sys/stat.h>.

This commit is contained in:
Simon Ruderich
2013-06-17 23:26:00 +02:00
parent 50a495887f
commit a63fef43c2

View File

@@ -36,6 +36,7 @@
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include <sys/stat.h>
#include <unistd.h>
#ifdef HAVE_ERR_H