[vlc-devel] [PATCH 09/18] Include sys/types.h for off_t on OS/2
KO Myung-Hun
komh at chollian.net
Thu Oct 20 14:30:16 CEST 2011
---
include/vlc_sout.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/vlc_sout.h b/include/vlc_sout.h
index b0d2841..7159b94 100644
--- a/include/vlc_sout.h
+++ b/include/vlc_sout.h
@@ -37,6 +37,8 @@
extern "C" {
#endif
+#include <sys/types.h>
+
#include <vlc_es.h>
/** Stream output instance */
--
1.7.3.2
More information about the vlc-devel
mailing list