From 14bf5645b1d41e15d43aa8f0e04a8dec71ec4dcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Thu, 8 Feb 2024 11:06:02 +0100 Subject: [PATCH] Add missing module --- service-providers/ip-packet-router/src/main.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/service-providers/ip-packet-router/src/main.rs b/service-providers/ip-packet-router/src/main.rs index 8167e0eb51..143833aecb 100644 --- a/service-providers/ip-packet-router/src/main.rs +++ b/service-providers/ip-packet-router/src/main.rs @@ -3,6 +3,8 @@ mod cli; #[cfg(target_os = "linux")] mod config; #[cfg(target_os = "linux")] +mod connected_client_handler; +#[cfg(target_os = "linux")] mod constants; #[cfg(target_os = "linux")] mod error;