Fix an off-by-one bug.
[paraslash.git] / gui_common.c
index 6ca226e6e0d468e953f3e1aac6cab52364f94ffb..dc3450a8410b3002e6a4e41f0a548d2f8efd8e9f 100644 (file)
@@ -1,3 +1,15 @@
+/*
+ * Copyright (C) 2006-2007 Andre Noll <maan@systemlinux.org>
+ *
+ * Licensed under the GPL v2. For licencing details see COPYING.
+ */
+
+/** \file gui_common.c Functions used by the guis of paraslash. */
+
+
+#include <sys/types.h>
+#include <dirent.h>
+
 #include "para.h"
 #include "string.h"
 #include "fd.h"