]> git.sesse.net Git - vlc/commitdiff
osd: Fix compilation on osx.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sun, 10 Aug 2008 13:04:04 +0000 (15:04 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sun, 10 Aug 2008 13:04:04 +0000 (15:04 +0200)
modules/misc/osd/simple.c

index b48ca3f7dc05d441c0b7e4704de9064ae1e53d92..938fb0660562cac41954dbb347bae153ff1b84b0 100644 (file)
@@ -38,6 +38,8 @@
 #include <vlc_osd.h>
 #include <vlc_charset.h>
 
+#include <limits.h>
+
 #include "osd_menu.h"
 
 int osd_parser_simpleOpen( vlc_object_t *p_this );