From b3e16b02b600d2cb4e1a12028c10c7af43ed8449 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Tue, 5 Dec 2017 21:37:50 +0000 Subject: [PATCH] Use the kernel relative paths, rather than the userland relative paths for the iso9660 header files. Sponsored by: Netflix --- stand/libsa/cd9660.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stand/libsa/cd9660.c b/stand/libsa/cd9660.c index c5618838e4a6..a1711fb9094d 100644 --- a/stand/libsa/cd9660.c +++ b/stand/libsa/cd9660.c @@ -43,8 +43,8 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include -#include +#include +#include #include "stand.h"