diff options
author | June McEnroe <june@causal.agency> | 2019-04-27 18:44:30 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-04-27 18:44:30 -0400 |
commit | 62997524929e5fdd3b66a7f4602bc28e51f5bfba (patch) | |
tree | 8396c69187e15be062e99ebcc3f56b6eb3fce75c | |
parent | Add IRC relay bot (diff) | |
download | src-62997524929e5fdd3b66a7f4602bc28e51f5bfba.tar.gz src-62997524929e5fdd3b66a7f4602bc28e51f5bfba.zip |
Add missing include
Diffstat (limited to '')
-rw-r--r-- | bin/irc/relay.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/irc/relay.c b/bin/irc/relay.c index c63cc2d6..eb766490 100644 --- a/bin/irc/relay.c +++ b/bin/irc/relay.c @@ -22,6 +22,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <sys/socket.h> #include <sysexits.h> #include <tls.h> #include <unistd.h> |