Another update from Larry:
[oweals/busybox.git] / mt.c
diff --git a/mt.c b/mt.c
index 350d3ae5a629f887871c16708ceccfd1b92d6d03..250856f05c29e1ea21b4a470af95ee389cfa6182 100644 (file)
--- a/mt.c
+++ b/mt.c
@@ -1,6 +1,7 @@
 /* vi: set sw=4 ts=4: */
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <sys/mtio.h>
 #include <sys/fcntl.h>
 #include "busybox.h"