[vlc-commits] Win32: fix compilation
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Thu Dec 13 19:05:10 CET 2012
    
    
  
npapi-vlc | branch: windowless | Jean-Baptiste Kempf <jb at videolan.org> | Thu Dec 13 18:09:46 2012 +0100| [7dbaf1df55d2d387b1236c6763ed5c6f1356896e] | committer: Jean-Baptiste Kempf
Win32: fix compilation
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=7dbaf1df55d2d387b1236c6763ed5c6f1356896e
---
 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