rt: Futz with headers to satisfy FreeBSD

This commit is contained in:
Brian Anderson
2012-04-03 16:02:03 -07:00
parent 72ffb4b446
commit 4f4b7b10bb
2 changed files with 2 additions and 3 deletions

View File

@@ -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, ...) \

View File

@@ -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"