rt: Futz with headers to satisfy FreeBSD
This commit is contained in:
parent
72ffb4b446
commit
4f4b7b10bb
@ -6,8 +6,6 @@
|
||||
#include "rust_util.h"
|
||||
#include "rust_scheduler.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
#define KLOG_(...) \
|
||||
KLOG(this, kern, __VA_ARGS__)
|
||||
#define KLOG_ERR_(field, ...) \
|
||||
|
@ -2,10 +2,11 @@
|
||||
#ifndef RUST_KERNEL_H
|
||||
#define RUST_KERNEL_H
|
||||
|
||||
#include "rust_globals.h"
|
||||
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
#include "rust_globals.h"
|
||||
#include "memory_region.h"
|
||||
#include "rust_log.h"
|
||||
#include "rust_sched_reaper.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user