Merge branch 't/misc'
[paraslash.git] / acl.c
diff --git a/acl.c b/acl.c
index b5da7467fc0525add878631f5ab950da5b589672..e1415050e6e47a1397689bbcbcdc341693834e71 100644 (file)
--- a/acl.c
+++ b/acl.c
@@ -1,12 +1,17 @@
 /*
- * Copyright (C) 2005-2013 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2005-2014 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
 
 /** \file acl.c Access control lists for paraslash senders. */
 
+#include <netinet/in.h>
+#include <sys/socket.h>
 #include <regex.h>
+#include <arpa/inet.h>
+#include <sys/un.h>
+#include <netdb.h>
 
 #include "para.h"
 #include "error.h"