summaryrefslogtreecommitdiff
path: root/snac.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-08-05 06:01:21 +0200
committerdefault <nobody@localhost>2024-08-05 06:01:21 +0200
commit972c3dc5d43a114ae59386d4edfdfb8ce0f3793e (patch)
tree2568b6190dc0ca34478ccabc1191e504d1e8cfcf /snac.c
parente9b108a6e0f09d74ee605f1a854ecbdc12a65c92 (diff)
Added support for listening on unix sockets.
Diffstat (limited to 'snac.c')
-rw-r--r--snac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/snac.c b/snac.c
index 0df8691..25d3f5e 100644
--- a/snac.c
+++ b/snac.c
@@ -11,6 +11,7 @@
#include "xs_curl.h"
#include "xs_openssl.h"
#include "xs_socket.h"
+#include "xs_unix_socket.h"
#include "xs_url.h"
#include "xs_httpd.h"
#include "xs_mime.h"