[vlc-commits] src/text/url.c: unbreak win32 build.
    Konstantin Pavlov 
    git at videolan.org
       
    Mon Aug 20 22:54:45 CEST 2012
    
    
  
vlc | branch: master | Konstantin Pavlov <thresh at videolan.org> | Tue Aug 21 00:53:55 2012 +0400| [3733d9de71e56ae7ec9016156fabc8cffd598d7e] | committer: Konstantin Pavlov
src/text/url.c: unbreak win32 build.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3733d9de71e56ae7ec9016156fabc8cffd598d7e
---
 src/text/url.c |    1 +
 1 file changed, 1 insertion(+)
diff --git a/src/text/url.c b/src/text/url.c
index 021613f..1ccec85 100644
--- a/src/text/url.c
+++ b/src/text/url.c
@@ -33,6 +33,7 @@
 #include <vlc_common.h>
 #include <vlc_url.h>
 #include <vlc_fs.h>
+#include <ctype.h>
 
 /**
  * Decodes an encoded URI component. See also decode_URI().
    
    
More information about the vlc-commits
mailing list