Use the kernel relative paths, rather than the userland relative paths
for the iso9660 header files. Sponsored by: Netflix
This commit is contained in:
parent
939971a289
commit
b3e16b02b6
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user