fsck.c: Fix typo.
[paraslash.git] / file_write.c
index 89910345476e00c6f5737fe62e4d059aa02c45dd..d7cea2f9efd8aa1d0922b4a9442d2126462dd1e8 100644 (file)
@@ -1,11 +1,14 @@
 /*
- * Copyright (C) 2006-2007 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2006-2008 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
 
 /** \file file_write.c simple output plugin for testing purposes */
 
+#include <sys/types.h>
+#include <dirent.h>
+
 #include "para.h"
 #include "list.h"
 #include "sched.h"