client: Do not leak buffer tree node on exit.
[paraslash.git] / fade.c
diff --git a/fade.c b/fade.c
index 5fbd0dd48027ad990345aa5d8f86fa0d952e6188..04ca923770ec069bda49d3a069fac795fd461ac1 100644 (file)
--- a/fade.c
+++ b/fade.c
@@ -8,7 +8,6 @@
 
 #include <regex.h>
 #include <sys/types.h>
-#include <dirent.h>
 #include <sys/ioctl.h>
 #include <ctype.h>
 #include <stdlib.h> /* EXIT_SUCCESS */
@@ -23,6 +22,7 @@
 #include "fd.h"
 #include "string.h"
 #include "error.h"
+#include "version.h"
 
 INIT_FADE_ERRLISTS;
 static struct fade_args_info conf;