changeset 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 536dbf7632ea
children 355f0fad3a3c
files gui/win32/playlist.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gui/win32/playlist.c	Sun Aug 31 11:21:29 2008 +0000
+++ b/gui/win32/playlist.c	Sun Aug 31 13:05:33 2008 +0000
@@ -23,6 +23,7 @@
 
 #include <windows.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include "mp_msg.h"
 #include "playlist.h"