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