aboutsummaryrefslogtreecommitdiff
path: root/setkeycodes.c
diff options
context:
space:
mode:
Diffstat (limited to 'setkeycodes.c')
-rw-r--r--setkeycodes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/setkeycodes.c b/setkeycodes.c
index 0be4724ca..c3c7e09aa 100644
--- a/setkeycodes.c
+++ b/setkeycodes.c
@@ -22,11 +22,11 @@
22 * 22 *
23 */ 23 */
24 24
25#include "busybox.h"
26#include <stdio.h> 25#include <stdio.h>
27#include <stdlib.h> 26#include <stdlib.h>
28#include <fcntl.h> 27#include <fcntl.h>
29#include <sys/ioctl.h> 28#include <sys/ioctl.h>
29#include "busybox.h"
30 30
31 31
32/* From <linux/kd.h> */ 32/* From <linux/kd.h> */