r27501 - trunk/gui/win32/playlist.c
31 Aug
2008
31 Aug
'08
1:05 p.m.
Author: diego Date: Sun Aug 31 15:05:33 2008 New Revision: 27501 Log: Add necessary #include <stdlib.h> for realloc/calloc/free. patch by JonY, 10walls gmail com Modified: trunk/gui/win32/playlist.c Modified: trunk/gui/win32/playlist.c ============================================================================== --- trunk/gui/win32/playlist.c (original) +++ trunk/gui/win32/playlist.c Sun Aug 31 15:05:33 2008 @@ -23,6 +23,7 @@ #include <windows.h> #include <stdio.h> +#include <stdlib.h> #include "mp_msg.h" #include "playlist.h"
6590
Age (days ago)
6590
Last active (days ago)
0 comments
1 participants
participants (1)
-
diego