summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/chef/provider/user.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/provider/user.rb b/lib/chef/provider/user.rb
index f2c5e0c65c..a3de68d93c 100644
--- a/lib/chef/provider/user.rb
+++ b/lib/chef/provider/user.rb
@@ -16,6 +16,7 @@
# limitations under the License.
#
+require File.join(File.dirname(__FILE__), "..", "provider")
require File.join(File.dirname(__FILE__), "..", "mixin", "command")
require 'etc'