diff options
author | Torbjörn Andersson | 2006-01-27 14:35:40 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2006-01-27 14:35:40 +0000 |
commit | 901645cb0f28ef0278e5b5e3a7347a85f9142b8b (patch) | |
tree | 861b244c4f341d6db1cd77b91f6fa8fd3be36405 | |
parent | 5b1718f17b105bd72c301e2f6f42d8075a5469b3 (diff) | |
download | scummvm-rg350-901645cb0f28ef0278e5b5e3a7347a85f9142b8b.tar.gz scummvm-rg350-901645cb0f28ef0278e5b5e3a7347a85f9142b8b.tar.bz2 scummvm-rg350-901645cb0f28ef0278e5b5e3a7347a85f9142b8b.zip |
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.
svn-id: r20225
-rw-r--r-- | sky/debug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sky/debug.cpp b/sky/debug.cpp index 90355eb54d..d16a66c55a 100644 --- a/sky/debug.cpp +++ b/sky/debug.cpp @@ -30,7 +30,7 @@ #include "sky/struc.h" #include "sky/compact.h" -#include "common/debugger.h" +#include "common/debugger.cpp" namespace Sky { |