[vlc-commits] Include <sys/types.h> from <vlc_sout.h>

Rémi Denis-Courmont git at videolan.org
Wed Oct 19 21:46:11 CEST 2011


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | 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 */



More information about the vlc-commits mailing list