]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - send_common.c
gui: Always initialize theme.
[paraslash.git] / send_common.c
index 77cdabae3cff8326027e0ded13b4856ee35e3dbb..0baac3a6f5c9713e810f97b53d13275f4178c610 100644 (file)
@@ -6,8 +6,13 @@
 
 /** \file send_common.c Functions used by more than one paraslash sender. */
 
+#include <netinet/in.h>
+#include <sys/socket.h>
 #include <regex.h>
 #include <osl.h>
+#include <arpa/inet.h>
+#include <sys/un.h>
+#include <netdb.h>
 
 #include "para.h"
 #include "error.h"