summary refs log tree commit diff
path: root/bin/irc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-04-27 18:44:30 -0400
committerJune McEnroe <june@causal.agency>2019-04-27 18:44:30 -0400
commitcafd1fbec73057366c12ad390d1a801f514e1a57 (patch)
tree934b49e479807b0a32fb1828e9d8253b84a7bd15 /bin/irc
parentAdd IRC relay bot (diff)
downloadsrc-cafd1fbec73057366c12ad390d1a801f514e1a57.tar.gz
src-cafd1fbec73057366c12ad390d1a801f514e1a57.zip
Add missing include
Diffstat (limited to 'bin/irc')
-rw-r--r--bin/irc/relay.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/irc/relay.c b/bin/irc/relay.c
index b600c3a1..5cdc8865 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>
0'>2014-01-10Disallow use of undocumented snapshot delimitersLukas Fleischer 2014-01-10Replace most uses of strncmp() with prefixcmp()Lukas Fleischer 2014-01-09README: Fix dependenciesLukas Fleischer 2014-01-08README: Spelling and formatting fixesLukas Fleischer 2014-01-08Fix UTF-8 with syntax-highlighting.pyPřemysl Janouch 2014-01-08Add a suggestion to the manpagePřemysl Janouch 2014-01-08Fix the example configurationPřemysl Janouch 2014-01-08Fix about-formatting.shPřemysl Janouch 2014-01-08Fix some spelling errorsPřemysl Janouch 2014-01-08filters: highlight.sh: add css comments for highlight 2.6 and 3.8Ferry Huberts