diff options
| -rw-r--r-- | Library/Homebrew/cmd/cleanup.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/cleanup.rb b/Library/Homebrew/cmd/cleanup.rb index b7319c33c..22ed236f9 100644 --- a/Library/Homebrew/cmd/cleanup.rb +++ b/Library/Homebrew/cmd/cleanup.rb @@ -1,6 +1,7 @@ require "formula" require "keg" require "bottles" +require "thread" module Homebrew def cleanup |
