1
mirror of https://github.com/mpv-player/mpv synced 2025-01-01 04:36:24 +01: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:
diego 2008-08-31 13:05:33 +00:00
parent daa3eda91f
commit 959c047930

View File

@ -23,6 +23,7 @@
#include <windows.h>
#include <stdio.h>
#include <stdlib.h>
#include "mp_msg.h"
#include "playlist.h"