[Scummvm-cvs-logs] CVS: scummvm/sky debug.cpp,1.23,1.24

Torbjörn Andersson eriktorbjorn at users.sourceforge.net
Fri Jan 27 06:36:13 CET 2006


Update of /cvsroot/scummvm/scummvm/sky
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21526

Modified Files:
	debug.cpp 
Log Message:
I believe it's actually meant to include common/debugger.cpp. It's what we
do in several other places, and not doing it causes numerous linker errors
for me.


Index: debug.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/debug.cpp,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- debug.cpp	27 Jan 2006 13:37:10 -0000	1.23
+++ debug.cpp	27 Jan 2006 14:35:40 -0000	1.24
@@ -30,7 +30,7 @@
 #include "sky/struc.h"
 #include "sky/compact.h"
 
-#include "common/debugger.h"
+#include "common/debugger.cpp"
 
 namespace Sky {
 





More information about the Scummvm-git-logs mailing list