aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2010-11-04 16:09:20 +0000
committerWillem Jan Palenstijn2010-11-04 16:09:20 +0000
commit92841e98320d57e23dc8777b06f9572df23faa27 (patch)
tree8902e4b8537d16c2caf0db6b9e21c78b1f743e6d /gui
parent1dac4fbd557fc07be1bbc0dbbe94b1705b601a2a (diff)
downloadscummvm-rg350-92841e98320d57e23dc8777b06f9572df23faa27.tar.gz
scummvm-rg350-92841e98320d57e23dc8777b06f9572df23faa27.tar.bz2
scummvm-rg350-92841e98320d57e23dc8777b06f9572df23faa27.zip
GUI: Fix build with readline enabled
svn-id: r54067
Diffstat (limited to 'gui')
-rw-r--r--gui/debugger.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/debugger.cpp b/gui/debugger.cpp
index b9d2c4a9b0..8c10154334 100644
--- a/gui/debugger.cpp
+++ b/gui/debugger.cpp
@@ -23,6 +23,9 @@
*
*/
+// NB: This is really only necessary if USE_READLINE is defined
+#define FORBIDDEN_SYMBOL_ALLOW_ALL
+
#include "common/debug.h"
#include "common/debug-channels.h"
#include "common/system.h"