From 92841e98320d57e23dc8777b06f9572df23faa27 Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Thu, 4 Nov 2010 16:09:20 +0000 Subject: GUI: Fix build with readline enabled svn-id: r54067 --- gui/debugger.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gui') 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" -- cgit v1.2.3