client: Do not leak buffer tree node on exit.
[paraslash.git] / server.c
index 9f237ad7f3d7e10dee527dce33f4b1ac0da30410..e8dddf5bc27a80238436811b7d2b46680cddb3d7 100644 (file)
--- a/server.c
+++ b/server.c
@@ -62,7 +62,6 @@
  */
 
 #include <signal.h>
-#include <dirent.h>
 #include <sys/time.h>
 #include <regex.h>
 #include <osl.h>
@@ -89,6 +88,7 @@
 #include "signal.h"
 #include "user_list.h"
 #include "color.h"
+#include "version.h"
 
 /** Define the array of error lists needed by para_server. */
 INIT_SERVER_ERRLISTS;