diff options
author | June McEnroe <june@causal.agency> | 2019-11-05 21:56:19 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-11-05 21:56:19 -0500 |
commit | cbd23ef0c3ed3801671caaa1e510776b2233a5fb (patch) | |
tree | a56438224050e512215652e7630bd421973c0638 /listen.c | |
parent | Use one call to set client cert and key (diff) | |
download | pounce-cbd23ef0c3ed3801671caaa1e510776b2233a5fb.tar.gz pounce-cbd23ef0c3ed3801671caaa1e510776b2233a5fb.zip |
Add missing include
Diffstat (limited to '')
-rw-r--r-- | listen.c | 1 |
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> |