diff options
author | Tiago Cunha <tcunha@gmx.com> | 2012-03-29 21:10:41 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2012-03-29 21:10:41 +0000 |
commit | 58e5442d37f385cb05cad38c92ebb735db6e4a9b (patch) | |
tree | d4158e9db29fbfc000eee5155a79f0ee855167b4 /client.c | |
parent | faf51d748e6567a74df43ef5bde4c2a02f813433 (diff) | |
download | rtmux-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ */ #include <sys/types.h> +#include <sys/file.h> #include <sys/socket.h> #include <sys/stat.h> #include <sys/un.h> |