]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - vss.c
Merge branch 't/test_man'
[paraslash.git] / vss.c
diff --git a/vss.c b/vss.c
index d9e276c8fc61b10551c3cafbce1c7c95f338e5ef..3ace49e9e90e8fb27144964a0f61f1fae267e843 100644 (file)
--- a/vss.c
+++ b/vss.c
  * senders.
  */
 
+#include <sys/socket.h>
+#include <netinet/in.h>
 #include <regex.h>
 #include <osl.h>
+#include <sys/types.h>
+#include <arpa/inet.h>
+#include <sys/un.h>
+#include <netdb.h>
 
 #include "para.h"
 #include "error.h"