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;