[MPlayer-cvslog] r37698 - trunk/sub/font_load.c
    reimar 
    subversion at mplayerhq.hu
       
    Sat Feb 13 16:47:36 CET 2016
    
    
  
Author: reimar
Date: Sat Feb 13 16:47:36 2016
New Revision: 37698
Log:
font_load.c: Add limits.h for INT_MAX.
Modified:
   trunk/sub/font_load.c
Modified: trunk/sub/font_load.c
==============================================================================
--- trunk/sub/font_load.c	Sat Feb 13 16:46:07 2016	(r37697)
+++ trunk/sub/font_load.c	Sat Feb 13 16:47:36 2016	(r37698)
@@ -18,6 +18,7 @@
 
 #include "config.h"
 
+#include <limits.h>
 #include <stdint.h>
 #include <stdio.h>
 #include <stdlib.h>
    
    
More information about the MPlayer-cvslog
mailing list