diff options
author | Claire McQuin <claire@getchef.com> | 2015-09-01 11:36:25 -0700 |
---|---|---|
committer | Claire McQuin <claire@getchef.com> | 2015-09-01 13:37:53 -0700 |
commit | 12425d32e29fd612a2afaa99a1978df1b600b941 (patch) | |
tree | 0f2e3ccdcb60504f085624f35211e9c79ad5ae9b /lib/chef/win32/mutex.rb | |
parent | 3770ec1025fd09d3a3bb393ad955ee2985252a67 (diff) | |
download | chef-12425d32e29fd612a2afaa99a1978df1b600b941.tar.gz |
Refactor Chef::Mixin::WideString to remove implicit Windows dependency.mcquin/refactor-wstring
Diffstat (limited to 'lib/chef/win32/mutex.rb')
-rw-r--r-- | lib/chef/win32/mutex.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/chef/win32/mutex.rb b/lib/chef/win32/mutex.rb index 0b7d99f111..f4755e9019 100644 --- a/lib/chef/win32/mutex.rb +++ b/lib/chef/win32/mutex.rb @@ -17,6 +17,7 @@ # require 'chef/win32/api/synchronization' +require 'chef/win32/unicode' class Chef module ReservedNames::Win32 @@ -113,5 +114,3 @@ if the mutex is attempted to be acquired by other threads.") end end end - - |