]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - acl.c
Merge branch 't/misc'
[paraslash.git] / acl.c
diff --git a/acl.c b/acl.c
index 794a4fa2a25b53c96c0d7eb2a71a164f5e56b492..e1415050e6e47a1397689bbcbcdc341693834e71 100644 (file)
--- a/acl.c
+++ b/acl.c
@@ -6,7 +6,12 @@
 
 /** \file acl.c Access control lists for paraslash senders. */
 
 
 /** \file acl.c Access control lists for paraslash senders. */
 
+#include <netinet/in.h>
+#include <sys/socket.h>
 #include <regex.h>
 #include <regex.h>
+#include <arpa/inet.h>
+#include <sys/un.h>
+#include <netdb.h>
 
 #include "para.h"
 #include "error.h"
 
 #include "para.h"
 #include "error.h"