aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/main.cpp
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2025-10-03 14:52:01 +0200
committerGitHub Enterprise <[email protected]>2025-10-03 14:52:01 +0200
commita2a19b533bbcdab37b7704a8b89a22069db39ec8 (patch)
tree7e4cc4a9c9ede02db1dbef16883698cd0474e11b /src/zenserver/main.cpp
parentmove zen vfs implementation to zenstore (#549) (diff)
downloadzen-a2a19b533bbcdab37b7704a8b89a22069db39ec8.tar.xz
zen-a2a19b533bbcdab37b7704a8b89a22069db39ec8.zip
zenutil cleanup (#550)
* move referencemetadata to zenstore * rename zenutil/windows/service to windowsservice
Diffstat (limited to 'src/zenserver/main.cpp')
-rw-r--r--src/zenserver/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenserver/main.cpp b/src/zenserver/main.cpp
index d512d4894..a91c95ffb 100644
--- a/src/zenserver/main.cpp
+++ b/src/zenserver/main.cpp
@@ -31,7 +31,7 @@
#if ZEN_PLATFORM_WINDOWS
# include <zencore/windows.h>
-# include <zenutil/windows/service.h>
+# include <zenutil/windows/windowsservice.h>
#endif
//////////////////////////////////////////////////////////////////////////