Using INT_MAX without including limits.h breaks compilation on MinGW.

patch by Gianluigi Tiesi,  mplayer $$@$$ netfarm $$.$$ it


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17470 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-01-23 13:53:40 +00:00
parent 97740de423
commit 4e63801751
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <limits.h>
#include <time.h>
#if !defined(INFINITY) && defined(HUGE_VAL)