summaryrefslogtreecommitdiffstats
path: root/sys/fs/cd9660/cd9660_bmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/cd9660/cd9660_bmap.c')
-rw-r--r--sys/fs/cd9660/cd9660_bmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/fs/cd9660/cd9660_bmap.c b/sys/fs/cd9660/cd9660_bmap.c
index 147f445..5734501 100644
--- a/sys/fs/cd9660/cd9660_bmap.c
+++ b/sys/fs/cd9660/cd9660_bmap.c
@@ -42,8 +42,8 @@ __FBSDID("$FreeBSD$");
#include <sys/vnode.h>
#include <sys/mount.h>
-#include <isofs/cd9660/iso.h>
-#include <isofs/cd9660/cd9660_node.h>
+#include <fs/cd9660/iso.h>
+#include <fs/cd9660/cd9660_node.h>
/*
* Bmap converts a the logical block number of a file to its physical block
OpenPOWER on IntegriCloud