aboutsummaryrefslogtreecommitdiff
path: root/src/sys/shell/udp.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/shell/udp.rs')
-rw-r--r--src/sys/shell/udp.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sys/shell/udp.rs b/src/sys/shell/udp.rs
index 48ccac7..6a48b69 100644
--- a/src/sys/shell/udp.rs
+++ b/src/sys/shell/udp.rs
@@ -1,3 +1,4 @@
+#![cfg(not(target_os = "wasi"))]
use std::io;
use std::net::{self, SocketAddr};