mirror of
https://github.com/mpv-player/mpv
synced 2025-01-27 18:13:15 +00:00
limits.h for INT_MAX
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17486 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2278fb117f
commit
fe4aee5d94
@ -3,6 +3,7 @@
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
#include <inttypes.h>
|
||||
#include <limits.h>
|
||||
#include "config.h"
|
||||
#include "version.h"
|
||||
#include "mp_msg.h"
|
||||
|
Loading…
Reference in New Issue
Block a user