mirror of
https://github.com/mpv-player/mpv
synced 2025-01-30 11:42:04 +00:00
include limits.h for INT_MAX.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27927 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
55175c457d
commit
4fa4e8744d
@ -3,6 +3,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
#include <inttypes.h>
|
||||
#include <limits.h>
|
||||
|
||||
#include "config.h"
|
||||
#include "mp_msg.h"
|
||||
|
Loading…
Reference in New Issue
Block a user