mirror of
https://github.com/mpv-player/mpv
synced 2025-04-07 18:14:33 +00:00
Add necessary #include <stdlib.h> for realloc/calloc/free.
patch by JonY, 10walls gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27501 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
daa3eda91f
commit
959c047930
@ -23,6 +23,7 @@
|
|||||||
|
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
#include "mp_msg.h"
|
#include "mp_msg.h"
|
||||||
#include "playlist.h"
|
#include "playlist.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user