]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - client_common.c
Merge branch 't/libao'
[paraslash.git] / client_common.c
index c7ea3b4cb0dde32a36c1a50ebdb72658b9ec47e2..d3a9ede1f0e1d5b7238a387f0f3aa03650deed55 100644 (file)
@@ -8,7 +8,6 @@
 
 #include <regex.h>
 #include <sys/types.h>
-#include <dirent.h>
 
 #include "para.h"
 #include "error.h"
@@ -22,6 +21,7 @@
 #include "client.cmdline.h"
 #include "client.h"
 #include "buffer_tree.h"
+#include "version.h"
 
 /** The size of the receiving buffer. */
 #define CLIENT_BUFSIZE 4000