1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08:00

fcntl.h is still needed here.

This commit is contained in:
nicm 2014-04-29 22:31:22 +00:00
parent 40cb4cb086
commit 5b2c8156d5

View File

@ -25,6 +25,7 @@
#include <errno.h>
#include <event.h>
#include <fcntl.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>