]> git.tuebingen.mpg.de Git - dss.git/blobdiff - file.c
Merge branch 't/rename_system_files'
[dss.git] / file.c
diff --git a/file.c b/file.c
index ea671b1cebbf697931ba1928c63827a2e97410a3..648421816439acf9a0acd12e002f1da7f780a31e 100644 (file)
--- a/file.c
+++ b/file.c
@@ -4,6 +4,7 @@
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
 
+#include <stdio.h>
 #include <unistd.h>
 #include <assert.h>
 #include <string.h>
 #include <sys/stat.h>
 #include <fcntl.h>
 
-
 #include "gcc-compat.h"
 #include "err.h"
 #include "str.h"
+#include "file.h"
 
 /**
  * Call a function for each subdirectory of the current working directory.