Some further syscall adjustments. Split the module syscalls out of
[oweals/busybox.git] / mt.c
diff --git a/mt.c b/mt.c
index eb93cb234f2a3fbe62c8e34ad44b9f134d4d22f7..250856f05c29e1ea21b4a470af95ee389cfa6182 100644 (file)
--- a/mt.c
+++ b/mt.c
@@ -1,9 +1,10 @@
 /* vi: set sw=4 ts=4: */
-#include "busybox.h"
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <sys/mtio.h>
 #include <sys/fcntl.h>
+#include "busybox.h"
 
 struct mt_opcodes {
        char *name;