summary refs log tree commit diff
path: root/bin
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
commit62997524929e5fdd3b66a7f4602bc28e51f5bfba (patch)
tree8396c69187e15be062e99ebcc3f56b6eb3fce75c /bin
parentAdd IRC relay bot (diff)
downloadsrc-62997524929e5fdd3b66a7f4602bc28e51f5bfba.tar.gz
src-62997524929e5fdd3b66a7f4602bc28e51f5bfba.zip
Add missing include
Diffstat (limited to '')
-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 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>
rmJune McEnroe 2021-02-06Enable tapping, reverse scroll, set scaling in wsconsctlJune McEnroe 2021-02-06Set root window to black on purple snowJune McEnroe 2021-02-06Add xmodmap configurationJune McEnroe 2021-02-06Add initial OpenBSD X configurationJune McEnroe cwm still needs a lot more rebinding, and I need to actually look at its other options. xterm definitely still needs some configuration, but I at least managed to get it to use a decent looking font. Very happy that OpenBSD includes Luxi Mono, which is what my usual font, Go Mono, is based on anyway. Still missing is xmodmap and such. 2021-02-06Add xterm output to schemeJune McEnroe