projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 't/misc'
[paraslash.git]
/
acl.c
diff --git
a/acl.c
b/acl.c
index
794a4fa
..
e141505
100644
(file)
--- a/
acl.c
+++ b/
acl.c
@@
-6,7
+6,12
@@
/** \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"