vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Wed Oct 19 22:36:22 2011 +0300| [45334e6f79e64058ba3a294da4e035526ce95b6c] | committer: Rémi Denis-Courmont
Include <sys/types.h> from <vlc_sout.h> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=45334e6f79e64058ba3a294da4e035526ce95b6c --- include/vlc_sout.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/vlc_sout.h b/include/vlc_sout.h index b0d2841..03628f5 100644 --- a/include/vlc_sout.h +++ b/include/vlc_sout.h @@ -37,6 +37,7 @@ extern "C" { #endif +#include <sys/types.h> #include <vlc_es.h> /** Stream output instance */ _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
