aboutsummaryrefslogtreecommitdiff
path: root/client.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2012-03-29 21:10:41 +0000
committerTiago Cunha <tcunha@gmx.com>2012-03-29 21:10:41 +0000
commit58e5442d37f385cb05cad38c92ebb735db6e4a9b (patch)
treed4158e9db29fbfc000eee5155a79f0ee855167b4 /client.c
parentfaf51d748e6567a74df43ef5bde4c2a02f813433 (diff)
downloadrtmux-58e5442d37f385cb05cad38c92ebb735db6e4a9b.tar.gz
rtmux-58e5442d37f385cb05cad38c92ebb735db6e4a9b.tar.bz2
rtmux-58e5442d37f385cb05cad38c92ebb735db6e4a9b.zip
Sync OpenBSD patchset 1080:
Add sys/file.h.
Diffstat (limited to 'client.c')
-rw-r--r--client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/client.c b/client.c
index 34b12e72..f687cbd3 100644
--- a/client.c
+++ b/client.c
@@ -17,6 +17,7 @@
*/
#include <sys/types.h>
+#include <sys/file.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/un.h>