]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - client_common.c
Merge branch 't/aes'
[paraslash.git] / client_common.c
index 54b217129eaf13fc289da5b1f861c29b6ae8637e..3b8ed511090a5a637d867f48baf391338677c837 100644 (file)
@@ -6,8 +6,13 @@
 
 /** \file client_common.c Common functions of para_client and para_audiod. */
 
 
 /** \file client_common.c Common functions of para_client and para_audiod. */
 
+#include <netinet/in.h>
+#include <sys/socket.h>
 #include <regex.h>
 #include <sys/types.h>
 #include <regex.h>
 #include <sys/types.h>
+#include <arpa/inet.h>
+#include <sys/un.h>
+#include <netdb.h>
 
 #include "para.h"
 #include "error.h"
 
 #include "para.h"
 #include "error.h"