summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-11-05 21:56:19 -0500
committerJune McEnroe <june@causal.agency>2019-11-05 21:56:19 -0500
commitcbd23ef0c3ed3801671caaa1e510776b2233a5fb (patch)
treea56438224050e512215652e7630bd421973c0638
parentUse one call to set client cert and key (diff)
downloadpounce-cbd23ef0c3ed3801671caaa1e510776b2233a5fb.tar.gz
pounce-cbd23ef0c3ed3801671caaa1e510776b2233a5fb.zip
Add missing include
-rw-r--r--listen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/listen.c b/listen.c
index 1df15e2..f849212 100644
--- a/listen.c
+++ b/listen.c
@@ -18,6 +18,7 @@
 
 #include <err.h>
 #include <errno.h>
+#include <fcntl.h>
 #include <limits.h>
 #include <netdb.h>
 #include <netinet/in.h>
t/ui.c?h=2.1&id=facc3aa9a0b56b04c18e56418c7ea00947993f9e&follow=1'>Disable terminal flow controlJune McEnroe 2019-02-22Bind up and down arrows to scrollJune McEnroe 2019-02-22Remove topic TODOJune McEnroe 2019-02-22Add /znc commandJune McEnroe 2019-02-22Update status line after scrolling and term eventsJune McEnroe 2019-02-22Reorganize input.cJune McEnroe 2019-02-22Fix name of <raw> window in man pageJune McEnroe 2019-02-22Rename global tags with angle bracketsJune McEnroe 2019-02-22Show status window while connectingJune McEnroe 2019-02-22Reorganize UI code for the umpteenth timeJune McEnroe 2019-02-21Replace "view" with "window"June McEnroe 2019-02-21Remove ROT13June McEnroe 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe