diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-05-13 01:05:04 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-05-13 01:05:04 +0100 |
commit | 212cf53ea92acdc4fb752efd6ecd9fce99dccaec (patch) | |
tree | dc84b61e3cb815f4732ea7a6492ff464583a148c | |
parent | c489bf0a1e5d1ef7dfd886a95b638fa7bfa1fbe2 (diff) | |
parent | aa7dccf8e12c33223717d10551567959a9f22b97 (diff) | |
download | rtmux-212cf53ea92acdc4fb752efd6ecd9fce99dccaec.tar.gz rtmux-212cf53ea92acdc4fb752efd6ecd9fce99dccaec.tar.bz2 rtmux-212cf53ea92acdc4fb752efd6ecd9fce99dccaec.zip |
Merge branch 'obsd-master'
-rw-r--r-- | client.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ #include <sys/types.h> #include <sys/socket.h> +#include <sys/uio.h> #include <sys/un.h> #include <sys/wait.h> #include <sys/file.h> |