[MPlayer-cvslog] r27927 - trunk/libvo/x11_common.c

reimar subversion at mplayerhq.hu
Sat Nov 15 20:06:25 CET 2008


Author: reimar
Date: Sat Nov 15 20:06:25 2008
New Revision: 27927

Log:
include limits.h for INT_MAX.


Modified:
   trunk/libvo/x11_common.c

Modified: trunk/libvo/x11_common.c
==============================================================================
--- trunk/libvo/x11_common.c	(original)
+++ trunk/libvo/x11_common.c	Sat Nov 15 20:06:25 2008
@@ -3,6 +3,7 @@
 #include <stdlib.h>
 #include <math.h>
 #include <inttypes.h>
+#include <limits.h>
 
 #include "config.h"
 #include "mp_msg.h"



More information about the MPlayer-cvslog mailing list