[MPlayer-cvslog] r23816 - trunk/gui/win32/skinload.c
reimar
subversion at mplayerhq.hu
Wed Jul 18 14:15:10 CEST 2007
Author: reimar
Date: Wed Jul 18 14:15:10 2007
New Revision: 23816
Log:
fopen is in stdio.h, so add this include.
Modified:
trunk/gui/win32/skinload.c
Modified: trunk/gui/win32/skinload.c
==============================================================================
--- trunk/gui/win32/skinload.c (original)
+++ trunk/gui/win32/skinload.c Wed Jul 18 14:15:10 2007
@@ -22,6 +22,7 @@
*/
#include <stdlib.h>
+#include <stdio.h>
#include <inttypes.h>
#include <windows.h>
More information about the MPlayer-cvslog
mailing list