summaryrefslogtreecommitdiff
blob: 606471713fba3232abd9a3c6d902a2299ed4374a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>