fix compilation
authorJann Horn <jann@thejh.net>
Thu, 18 Jun 2015 13:45:44 +0000 (15:45 +0200)
committerJann Horn <jann@thejh.net>
Thu, 18 Jun 2015 13:45:44 +0000 (15:45 +0200)
fs.c

diff --git a/fs.c b/fs.c
index 8ffaa3f..ebe8730 100644 (file)
--- a/fs.c
+++ b/fs.c
@@ -3,6 +3,7 @@
 HEADER #include <stdio.h>
 HEADER #include <sys/types.h>
 HEADER #include <dirent.h>
+#include <sys/stat.h>
 
 #include <errno.h>