debugger: compile fix

include <ctype.h> is needed on some systems
This commit is contained in:
hjk
2009-04-02 11:41:36 +02:00
parent 0f4aa33596
commit 81562dce7a
2 changed files with 2 additions and 1 deletions

View File

@@ -65,6 +65,7 @@
#include <unistd.h>
#include <dlfcn.h>
#endif
#include <ctype.h>
using namespace Debugger;
using namespace Debugger::Internal;

View File

@@ -47,9 +47,9 @@
#include <QtGui/QToolTip>
#include <QtGui/QTextEdit>
#include <ctype.h>
// creates debug output regarding pending watch data results
#define DEBUG_PENDING 1
// creates debug output for accesses to the itemmodel