Skip to content

Commit 4aa9cd9

Browse files
jamortonbrson
authored andcommitted
---
yaml --- r: 15293 b: refs/heads/try c: 72ffb4b h: refs/heads/master i: 15291: 3e92a91 v: v3
1 parent 0f4380e commit 4aa9cd9

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: 386069f39ea17c594e86675fa00d878a6455137f
5+
refs/heads/try: 72ffb4b44609ad873ca53b541cef3118e6ce41c4
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/src/rt/rust_kernel.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

2+
3+
24
#include "rust_kernel.h"
3-
#include "rust_globals.h"
45
#include "rust_port.h"
56
#include "rust_util.h"
67
#include "rust_scheduler.h"

branches/try/src/rt/rust_kernel.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
#include <map>
66
#include <vector>
7+
8+
#include "rust_globals.h"
79
#include "memory_region.h"
810
#include "rust_log.h"
911
#include "rust_sched_reaper.h"

branches/try/src/rt/rust_task.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
#include <map>
66

7+
#include "rust_globals.h"
78
#include "util/array_list.h"
89
#include "context.h"
910
#include "rust_debug.h"

0 commit comments

Comments
 (0)