mirror of https://github.com/mpv-player/mpv
OS X compilation fix: Include inttypes.h so that uint32_t is not undefined.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17352 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
76227af718
commit
15f584a958
|
@ -39,6 +39,7 @@
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <inttypes.h>
|
||||||
|
|
||||||
#include "rtsp.h"
|
#include "rtsp.h"
|
||||||
#include "rtsp_session.h"
|
#include "rtsp_session.h"
|
||||||
|
|
Loading…
Reference in New Issue