comparison gui/win32/playlist.c @ 27469:c889ecd297c9

Add necessary #include <stdlib.h> for realloc/calloc/free. patch by JonY, 10walls gmail com
author diego
date Sun, 31 Aug 2008 13:05:33 +0000
parents 9ba6d4487292
children 8fa2f43cb760
comparison
equal deleted inserted replaced
27468:536dbf7632ea 27469:c889ecd297c9
21 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 21 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22 */ 22 */
23 23
24 #include <windows.h> 24 #include <windows.h>
25 #include <stdio.h> 25 #include <stdio.h>
26 #include <stdlib.h>
26 #include "mp_msg.h" 27 #include "mp_msg.h"
27 #include "playlist.h" 28 #include "playlist.h"
28 29
29 /* TODO: implement sort_playlist */ 30 /* TODO: implement sort_playlist */
30 31