diff options
Diffstat (limited to 'src/zenutil/service.cpp')
| -rw-r--r-- | src/zenutil/service.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenutil/service.cpp b/src/zenutil/service.cpp index e4a9a951e..103fdaa2f 100644 --- a/src/zenutil/service.cpp +++ b/src/zenutil/service.cpp @@ -10,7 +10,7 @@ #if ZEN_PLATFORM_WINDOWS # include <zencore/windows.h> -# include <zenutil/windows/service.h> +# include <zenutil/windows/windowsservice.h> #endif #if ZEN_PLATFORM_MAC # include <zencore/filesystem.h> |