]> git.sesse.net Git - vlc/commitdiff
src/text/url.c: unbreak win32 build.
authorKonstantin Pavlov <thresh@videolan.org>
Mon, 20 Aug 2012 20:53:55 +0000 (00:53 +0400)
committerKonstantin Pavlov <thresh@videolan.org>
Mon, 20 Aug 2012 20:53:55 +0000 (00:53 +0400)
src/text/url.c

index 021613f59ef935a436ffc452d99f179b2e96d2fe..1ccec85e24198e6a0f0ac3fdf9855a3483678e20 100644 (file)
@@ -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().