Use the kernel relative paths, rather than the userland relative paths

for the iso9660 header files.

Sponsored by: Netflix
This commit is contained in:
Warner Losh 2017-12-05 21:37:50 +00:00
parent 939971a289
commit b3e16b02b6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=326587

View File

@ -43,8 +43,8 @@ __FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <string.h>
#include <sys/dirent.h>
#include <isofs/cd9660/iso.h>
#include <isofs/cd9660/cd9660_rrip.h>
#include <fs/cd9660/iso.h>
#include <fs/cd9660/cd9660_rrip.h>
#include "stand.h"