diff options
Diffstat (limited to 'mt.c')
-rw-r--r-- | mt.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,9 +1,9 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | 1 | /* vi: set sw=4 ts=4: */ |
2 | #include "busybox.h" | ||
3 | #include <stdio.h> | 2 | #include <stdio.h> |
4 | #include <stdlib.h> | 3 | #include <stdlib.h> |
5 | #include <sys/mtio.h> | 4 | #include <sys/mtio.h> |
6 | #include <sys/fcntl.h> | 5 | #include <sys/fcntl.h> |
6 | #include "busybox.h" | ||
7 | 7 | ||
8 | struct mt_opcodes { | 8 | struct mt_opcodes { |
9 | char *name; | 9 | char *name; |