[MPlayer-cvslog] r37913 - trunk/gui/app/cfg-old.c
    ib 
    subversion at mplayerhq.hu
       
    Tue Jan 10 13:42:44 EET 2017
    
    
  
Author: ib
Date: Tue Jan 10 13:42:43 2017
New Revision: 37913
Log:
Add another missing #include.
Modified:
   trunk/gui/app/cfg-old.c
Modified: trunk/gui/app/cfg-old.c
==============================================================================
--- trunk/gui/app/cfg-old.c	Tue Jan 10 07:07:01 2017	(r37912)
+++ trunk/gui/app/cfg-old.c	Tue Jan 10 13:42:43 2017	(r37913)
@@ -22,6 +22,7 @@
  */
 
 #include <glib.h>
+#include <stdlib.h>
 
 /**
  * @brief Convert a filename into the original byte sequence
    
    
More information about the MPlayer-cvslog
mailing list