No need to use relative paths like this here.

Sponsored by: Netflix
This commit is contained in:
imp 2017-12-19 04:06:07 +00:00
parent 453caf4444
commit cbf912d7da

View File

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