]> git.sesse.net Git - vlc/commitdiff
Fix compilation on win
authorChristophe Mutricy <xtophe@videolan.org>
Sun, 21 Oct 2007 19:17:11 +0000 (19:17 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Sun, 21 Oct 2007 19:17:11 +0000 (19:17 +0000)
src/input/input.c

index a0935f4cf2852a9e471dd4fb1abbcabc6ac0f645..4484362c63c9218908b05b098a7be529a54435ae 100644 (file)
@@ -28,6 +28,7 @@
 #include <vlc/vlc.h>
 
 #include <ctype.h>
+#include <limits.h>
 
 #include "input_internal.h"