diff --git a/components/net/tests/http_loader.rs b/components/net/tests/http_loader.rs index 4490de73091..e9de2cb983f 100644 --- a/components/net/tests/http_loader.rs +++ b/components/net/tests/http_loader.rs @@ -2,6 +2,8 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ +#![cfg(not(target_os = "windows"))] + use crate::fetch; use crate::fetch_with_context; use crate::make_server;