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
1 changed files with 1 additions and 0 deletions

View File

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