summaryrefslogtreecommitdiff
path: root/chef-bin/bin
diff options
context:
space:
mode:
Diffstat (limited to 'chef-bin/bin')
-rwxr-xr-xchef-bin/bin/chef-service-manager1
1 files changed, 1 insertions, 0 deletions
diff --git a/chef-bin/bin/chef-service-manager b/chef-bin/bin/chef-service-manager
index 2cf0256528..64cc043a54 100755
--- a/chef-bin/bin/chef-service-manager
+++ b/chef-bin/bin/chef-service-manager
@@ -21,6 +21,7 @@
$:.unshift(File.join(File.dirname(__FILE__), "..", "lib"))
require "chef"
require "chef/application/windows_service_manager"
+require "chef/dist"
if Chef::Platform.windows?
chef_client_service = {