--- sourceforge.net/trunk/rdesktop/rdesktop.h 2001/09/14 13:51:38 30 +++ sourceforge.net/trunk/rdesktop/rdesktop.h 2002/07/30 07:30:12 84 @@ -21,6 +21,7 @@ #include #include #include +#include #define VERSION "1.1.0" @@ -30,6 +31,12 @@ #define DEBUG(args) #endif +#if defined(WITH_DEBUG_KBD) +#define DEBUG_KBD(args) printf args; +#else +#define DEBUG_KBD(args) +#endif + #define STRNCPY(dst,src,n) { strncpy(dst,src,n-1); dst[n-1] = 0; } #include "constants.h"