mirror of
https://github.com/mpv-player/mpv
synced 2024-12-13 18:36:09 +00:00
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:
parent
97740de423
commit
4e63801751
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user