Skip to content

Commit 72ffb4b

Browse files
jamortonbrson
authored andcommitted
fix 'I don't know how C works'
1 parent 386069f commit 72ffb4b

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

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"

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"

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)