diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 1 | ||||
| -rw-r--r-- | src/rt/rust_proxy.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index f5aebfc4..0f0382e2 100644 --- a/src/Makefile +++ b/src/Makefile @@ -258,6 +258,7 @@ RUNTIME_CS := rt/sync/timer.cpp \ rt/rust_comm.cpp \ rt/rust_dom.cpp \ rt/rust_task.cpp \ + rt/rust_proxy.cpp \ rt/rust_chan.cpp \ rt/rust_port.cpp \ rt/rust_upcall.cpp \ diff --git a/src/rt/rust_proxy.cpp b/src/rt/rust_proxy.cpp new file mode 100644 index 00000000..4629fca7 --- /dev/null +++ b/src/rt/rust_proxy.cpp @@ -0,0 +1 @@ +#include "rust_internal.h" |