]> git.sesse.net Git - vlc/commitdiff
Fix for iPAQ port.
authorJean-Paul Saman <jpsaman@videolan.org>
Sun, 7 Dec 2003 19:00:33 +0000 (19:00 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Sun, 7 Dec 2003 19:00:33 +0000 (19:00 +0000)
modules/misc/freetype.c

index c5bbb16fa45079b6e71449df63bc131b993a1f55..c42731e0da9541b3e2953f34726a5977912ce962 100644 (file)
@@ -2,7 +2,7 @@
  * freetype.c : Put text on the video, using freetype2
  *****************************************************************************
  * Copyright (C) 2002, 2003 VideoLAN
- * $Id: freetype.c,v 1.36 2003/12/06 22:53:07 jpsaman Exp $
+ * $Id: freetype.c,v 1.37 2003/12/07 19:00:33 jpsaman Exp $
  *
  * Authors: Sigmund Augdal <sigmunau@idi.ntnu.no>
  *
 #include <stdlib.h>                                      /* malloc(), free() */
 #include <string.h>
 
+#ifdef HAVE_LINUX_LIMITS_H
+#   include <linux/limits.h>
+#endif
+
 #include <vlc/vlc.h>
 #include <vlc/vout.h>
 #include <osd.h>