diff options
author | andreas <andreas@hdvdr.(none)> | 2013-11-17 12:41:43 +0100 |
---|---|---|
committer | andreas <andreas@hdvdr.(none)> | 2013-11-17 12:41:43 +0100 |
commit | 6e2f0422020b225d5d99a9713341d693cb14a3aa (patch) | |
tree | 2534fe6b6d216a503f469084773d4ea808aae9b0 | |
parent | 302f9aecc1c1cd9b7b634efe50d7bc3f2576ecbc (diff) | |
download | vdr-plugin-gamepad-6e2f0422020b225d5d99a9713341d693cb14a3aa.tar.gz vdr-plugin-gamepad-6e2f0422020b225d5d99a9713341d693cb14a3aa.tar.bz2 |
add ctype header
-rwxr-xr-x | gamepad_process_keys_thread.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gamepad_process_keys_thread.c b/gamepad_process_keys_thread.c index d4d59de..1f08c29 100755 --- a/gamepad_process_keys_thread.c +++ b/gamepad_process_keys_thread.c @@ -10,6 +10,7 @@ #include <vdr/tools.h> #include <vdr/plugin.h> #include "gamepad_config.h" +#include <ctype.h> cGamepadProcessKeysThread::cGamepadProcessKeysThread() : handler(NULL), event_queue(NULL) { |