]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - dccp_send.c
afs.c: Introduce client list for afs (fixes dosable bug).
[paraslash.git] / dccp_send.c
index 4394b33bf2c5707f1895716de490c3bafda12ece..c506fd96f15c222386fc14b5c7a0d74462e31f4e 100644 (file)
  * (C) 2005 Ian McDonald <imcdnzl@gmail.com>
  */
 
+#include <sys/types.h>
+#include <dirent.h>
+
 #include "para.h"
+#include "error.h"
 #include "afh.h"
 #include "server.h"
 #include "net.h"
@@ -19,7 +23,6 @@
 #include "vss.h"
 #include "send.h"
 #include "dccp.h"
-#include "error.h"
 #include "string.h"
 #include "fd.h"
 #include "close_on_fork.h"