"formated" -> "formatted" throughout the code base.
[oweals/busybox.git] / miscutils / mt.c
index 368fc66b9f586653960fb6435e1762fb01d1ba16..2720f7eab8057cd8434e076c87a006c78118f0f8 100644 (file)
@@ -1,10 +1,14 @@
 /* vi: set sw=4 ts=4: */
+/*
+ * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
+ */
+
+#include "busybox.h"
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <sys/mtio.h>
-#include <sys/fcntl.h>
-#include "busybox.h"
+#include <fcntl.h>
 
 struct mt_opcodes {
        char *name;