Add missing module

This commit is contained in:
Jon Häggblad
2024-02-08 11:06:02 +01:00
parent a11582749c
commit 14bf5645b1
@@ -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;