aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-11-27 17:29:06 -0600
committerJack Nagel2013-11-27 17:30:21 -0600
commit0581532fdc68fc5b624cfa32b49c21552c90b4c2 (patch)
treed72f0357c4b47f54163f2aba3994e6bca0c261a5 /Library
parent14b19ba3c4478c8f19068f192d64cb1426bf48d3 (diff)
downloadbrew-0581532fdc68fc5b624cfa32b49c21552c90b4c2.tar.bz2
Require Formula before using it
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/extend/ENV/shared.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/extend/ENV/shared.rb b/Library/Homebrew/extend/ENV/shared.rb
index 9e423ffdc..01a7caafd 100644
--- a/Library/Homebrew/extend/ENV/shared.rb
+++ b/Library/Homebrew/extend/ENV/shared.rb
@@ -1,3 +1,5 @@
+require 'formula'
+
module SharedEnvExtension
CC_FLAG_VARS = %w{CFLAGS CXXFLAGS OBJCFLAGS OBJCXXFLAGS}
FC_FLAG_VARS = %w{FCFLAGS FFLAGS}