13 lines
367 B
Diff
13 lines
367 B
Diff
diff --git a/usr.bin/mt/mt.c b/usr.bin/mt/mt.c
|
|
index af6562b..3121c81 100644
|
|
--- a/usr.bin/mt/mt.c
|
|
+++ b/usr.bin/mt/mt.c
|
|
@@ -92,7 +92,7 @@ __FBSDID("$FreeBSD: stable/10/usr.bin/mt/mt.c 280438 2015-03-24 14:36:10Z ken $"
|
|
#include <unistd.h>
|
|
#include <stdint.h>
|
|
#include <errno.h>
|
|
-#include <bsdxml.h>
|
|
+#include <expat.h>
|
|
#include <mtlib.h>
|
|
|
|
#include <cam/cam.h>
|