[MPlayer-cvslog] CVS: main sub_cc.c,1.5,1.6
Ivan Kalvachev CVS
syncmail at mplayerhq.hu
Thu Feb 16 11:08:05 CET 2006
CVS change done by Ivan Kalvachev CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv16984
Modified Files:
sub_cc.c
Log Message:
include config.h before includes that need it
based on patch by Alan Curry <pacman at theworld com>
Index: sub_cc.c
===================================================================
RCS file: /cvsroot/mplayer/main/sub_cc.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sub_cc.c 9 Feb 2006 14:07:53 -0000 1.5
+++ sub_cc.c 16 Feb 2006 10:08:02 -0000 1.6
@@ -17,6 +17,7 @@
#include <stdlib.h>
#include <string.h>
+#include "config.h"
#include "sub_cc.h"
#include "subreader.h"
More information about the MPlayer-cvslog
mailing list