vlc | branch: master | Rafaël Carré <[email protected]> | Thu Jun 4 10:13:12 2015 +0200| [91f08755deaf420942cfa3604c90f97b34614322] | committer: Rafaël Carré
Missing header > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=91f08755deaf420942cfa3604c90f97b34614322 --- src/posix/filesystem.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/posix/filesystem.c b/src/posix/filesystem.c index 2cd6d1b..7799773 100644 --- a/src/posix/filesystem.c +++ b/src/posix/filesystem.c @@ -33,6 +33,7 @@ #include <signal.h> #include <sys/types.h> +#include <sys/uio.h> #include <unistd.h> #include <fcntl.h> #include <sys/stat.h> _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
