aboutsummaryrefslogtreecommitdiff
path: root/console-tools/setkeycodes.c
diff options
context:
space:
mode:
Diffstat (limited to 'console-tools/setkeycodes.c')
-rw-r--r--console-tools/setkeycodes.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/console-tools/setkeycodes.c b/console-tools/setkeycodes.c
index a0d291d30..0911ede50 100644
--- a/console-tools/setkeycodes.c
+++ b/console-tools/setkeycodes.c
@@ -9,10 +9,9 @@
9 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. 9 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
10 */ 10 */
11 11
12#include <sys/ioctl.h> 12//#include <sys/ioctl.h>
13#include "libbb.h" 13#include "libbb.h"
14 14
15
16/* From <linux/kd.h> */ 15/* From <linux/kd.h> */
17struct kbkeycode { 16struct kbkeycode {
18 unsigned int scancode, keycode; 17 unsigned int scancode, keycode;