]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - send_common.c
net: Remove networking headers from para.h.
[paraslash.git] / send_common.c
index 250a2a0bc5a80f8973b33d43bcb2e12e3ee723e9..a16869b07154022bfd9adf4a56250d34a2de16fb 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"