summaryrefslogtreecommitdiff
path: root/runtime/ops/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/ops/mod.rs')
-rw-r--r--runtime/ops/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/ops/mod.rs b/runtime/ops/mod.rs
index 67eae27b2..d9bd2ba83 100644
--- a/runtime/ops/mod.rs
+++ b/runtime/ops/mod.rs
@@ -5,6 +5,7 @@ pub mod fetch;
pub mod file;
pub mod fs;
pub mod fs_events;
+pub mod http;
pub mod io;
pub mod net;
#[cfg(unix)]