diff options
| author | Jack Nagel | 2013-06-01 16:27:53 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2013-06-01 19:38:48 -0500 | 
| commit | b433d515866bbe5e7f868270b56ae2b31e9fa51d (patch) | |
| tree | 6f13300528357815b5a27e0b62bfa79e4f6fcd30 /Library/Homebrew/macos.rb | |
| parent | ba16110c8fee65c46d8d46a50ac47b7db0f11290 (diff) | |
| download | homebrew-b433d515866bbe5e7f868270b56ae2b31e9fa51d.tar.bz2 | |
Require hardware where it is needed
Diffstat (limited to 'Library/Homebrew/macos.rb')
| -rw-r--r-- | Library/Homebrew/macos.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/macos.rb b/Library/Homebrew/macos.rb index efce93aaf..e2f55d8a9 100644 --- a/Library/Homebrew/macos.rb +++ b/Library/Homebrew/macos.rb @@ -1,4 +1,5 @@  require 'os/mac/version' +require 'hardware'  module MacOS extend self  | 
