aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/main.cpp
diff options
context:
space:
mode:
authorLiam Mitchell <[email protected]>2025-08-20 23:35:02 +0000
committerLiam Mitchell <[email protected]>2025-08-20 23:35:02 +0000
commit157f21e39e0226228833965d5a1d125fce5d30b2 (patch)
treebf7a463c58aca1b00b8225a39380f5e9c4902f7f /src/zenserver/main.cpp
parentMerge pull request #452 from ue-foundation/lm/full-service-install (diff)
downloadzen-157f21e39e0226228833965d5a1d125fce5d30b2.tar.xz
zen-157f21e39e0226228833965d5a1d125fce5d30b2.zip
Add pre-built systemd library and remove vcpkg dependency
Diffstat (limited to 'src/zenserver/main.cpp')
-rw-r--r--src/zenserver/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/zenserver/main.cpp b/src/zenserver/main.cpp
index 6bd098da9..f8f25877b 100644
--- a/src/zenserver/main.cpp
+++ b/src/zenserver/main.cpp
@@ -35,7 +35,9 @@
#endif
#if ZEN_PLATFORM_LINUX
+ZEN_THIRD_PARTY_INCLUDES_START
# include <systemd/sd-daemon.h>
+ZEN_THIRD_PARTY_INCLUDES_END
#endif
//////////////////////////////////////////////////////////////////////////