diff options
Diffstat (limited to 'loadkmap.c')
-rw-r--r-- | loadkmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,6 @@ * */ -#include "busybox.h" #include <errno.h> #include <fcntl.h> #include <stdio.h> @@ -28,6 +27,7 @@ #include <stdlib.h> #include <unistd.h> #include <sys/ioctl.h> +#include "busybox.h" #define BINARY_KEYMAP_MAGIC "bkeymap" |