mirror of https://github.com/mpv-player/mpv
inttypes.h bug fix. 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4846 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
93c371d589
commit
b845ae5fa3
|
@ -1,4 +1,7 @@
|
|||
|
||||
#include <inttypes.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "ws.h"
|
||||
|
|
Loading…
Reference in New Issue