Need to include <sys/stat.h>. Bug #21516.
[pspp-builds.git] / src / data / make-file.c
index f8719dc67223d6cd1f44be998f49632ac5bdf0ce..807adc50d9d112de7b47459f0a06a98a4786651f 100644 (file)
@@ -21,6 +21,7 @@
 #include <string.h>
 #include <errno.h>
 #include <stdio.h>
+#include <sys/stat.h>
 
 #include <data/file-name.h>
 #include <data/make-file.h>