[vlc-commits] commit: Add missing include (Pierre Ynard )

git at videolan.org git at videolan.org
Thu Oct 28 04:58:21 CEST 2010


vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Thu Oct 28 04:58:57 2010 +0200| [45202fbe4f0d4be8b190b44e91d934ec57b4cc82] | committer: Pierre Ynard 

Add missing include

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=45202fbe4f0d4be8b190b44e91d934ec57b4cc82
---

 src/text/unicode.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/text/unicode.c b/src/text/unicode.c
index b12d26d..35c1361 100644
--- a/src/text/unicode.c
+++ b/src/text/unicode.c
@@ -39,6 +39,8 @@
 #include <sys/types.h>
 #ifdef UNDER_CE
 #  include <tchar.h>
+#elif defined(WIN32)
+#  include <io.h>
 #endif
 #include <errno.h>
 #include <wctype.h>



More information about the vlc-commits mailing list