diff options
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> |