]> git.tuebingen.mpg.de Git - dss.git/blobdiff - fd.c
Make the dss log facility C89 conform.
[dss.git] / fd.c
diff --git a/fd.c b/fd.c
index 2b002c75a515c6d59ddbb41c79c1b2c7ebfeaa02..2ef8e66eb957d48a0783acfb3105c59c5e1201f8 100644 (file)
--- a/fd.c
+++ b/fd.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 "error.h"
 #include "string.h"
+#include "fd.h"
 
 /**
  * Call a function for each subdirectory of the current working directory.