No need to use relative paths like this here.

Sponsored by: Netflix
This commit is contained in:
Warner Losh 2017-12-19 04:06:07 +00:00
parent ca481bffc2
commit fc1340fb40
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=326963

View File

@ -49,8 +49,8 @@ __FBSDID("$FreeBSD$");
#include "bootstrap.h"
#include "multiboot.h"
#include "../i386/libi386/libi386.h"
#include "../i386/btx/lib/btxv86.h"
#include "libi386.h"
#include <btxv86.h>
#define MULTIBOOT_SUPPORTED_FLAGS \
(MULTIBOOT_PAGE_ALIGN|MULTIBOOT_MEMORY_INFO)