[vlc-commits] Win32: fix compilation
Jean-Baptiste Kempf
git at videolan.org
Tue Dec 18 17:26:58 CET 2012
npapi-vlc | branch: windowless | Jean-Baptiste Kempf <jb at videolan.org> | Thu Dec 13 18:09:46 2012 +0100| [c563c19252d5e4dfeac48093506f7b6e094bb1bb] | committer: Jean-Baptiste Kempf
Win32: fix compilation
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=c563c19252d5e4dfeac48093506f7b6e094bb1bb
---
npapi/vlcplugin_base.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/npapi/vlcplugin_base.h b/npapi/vlcplugin_base.h
index 03ed331..5b44b3c 100644
--- a/npapi/vlcplugin_base.h
+++ b/npapi/vlcplugin_base.h
@@ -54,6 +54,7 @@
/* Windows includes */
#ifdef XP_WIN
# include <windows.h>
+# include <stdint.h>
#endif
#ifdef XP_UNIX
More information about the vlc-commits
mailing list