summaryrefslogtreecommitdiff
blob: 207b6ab6a50dbe1ff5a759a9eb44be42e0034366 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/usr.sbin/camdd/camdd.c b/usr.sbin/camdd/camdd.c
index 88c648e..edf9c8b 100644
--- a/usr.sbin/camdd/camdd.c
+++ b/usr.sbin/camdd/camdd.c
@@ -71,7 +71,7 @@ __FBSDID("$FreeBSD: stable/10/usr.sbin/camdd/camdd.c 293409 2016-01-08 02:56:21Z
 #include <libutil.h>
 #include <pthread.h>
 #include <assert.h>
-#include <bsdxml.h>
+#include <expat.h>
 
 #include <cam/cam.h>
 #include <cam/cam_debug.h>