[MPlayer-cvslog] r27501 - trunk/gui/win32/playlist.c
    diego 
    subversion at mplayerhq.hu
       
    Sun Aug 31 15:05:33 CEST 2008
    
    
  
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"
 
    
    
More information about the MPlayer-cvslog
mailing list