diff options
Diffstat (limited to 'dumpkmap.c')
-rw-r--r-- | dumpkmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dumpkmap.c b/dumpkmap.c index b9f1bd233..0da01868b 100644 --- a/dumpkmap.c +++ b/dumpkmap.c @@ -20,7 +20,6 @@ * */ -#include "busybox.h" #include <errno.h> #include <fcntl.h> #include <stdio.h> @@ -28,6 +27,7 @@ #include <string.h> #include <stdlib.h> #include <sys/ioctl.h> +#include "busybox.h" /* From <linux/kd.h> */ struct kbentry { |