diff options
author | default <nobody@localhost> | 2024-08-05 06:01:21 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2024-08-05 06:01:21 +0200 |
commit | 972c3dc5d43a114ae59386d4edfdfb8ce0f3793e (patch) | |
tree | 2568b6190dc0ca34478ccabc1191e504d1e8cfcf /snac.c | |
parent | e9b108a6e0f09d74ee605f1a854ecbdc12a65c92 (diff) |
Added support for listening on unix sockets.
Diffstat (limited to 'snac.c')
-rw-r--r-- | snac.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |