--- sourceforge.net/trunk/rdesktop/rdesktop.h 2002/07/18 18:22:40 65 +++ sourceforge.net/trunk/rdesktop/rdesktop.h 2002/07/18 18:28:12 66 @@ -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...) fprintf(stderr, args); +#else +#define DEBUG_KBD(args...) +#endif + #define STRNCPY(dst,src,n) { strncpy(dst,src,n-1); dst[n-1] = 0; } #include "constants.h"