Convert dss to lopsub.
[dss.git] / file.c
diff --git a/file.c b/file.c
index ea671b1cebbf697931ba1928c63827a2e97410a3..84944082960055e272e942aa40a760b5709eb875 100644 (file)
--- a/file.c
+++ b/file.c
@@ -1,9 +1,10 @@
 /*
- * Copyright (C) 2006-2010 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2006-2010 Andre Noll <maan@tuebingen.mpg.de>
  *
  * 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.
  *
  * \param dirname The directory to traverse.
- * \param func The function to call for each subdirecrtory.
+ * \param func The function to call for each subdirectory.
  * \param private_data Pointer to an arbitrary data structure.
  *
  * For each top-level directory under \a dirname, the supplied function \a func is