summaryrefslogtreecommitdiff
path: root/ninja/src/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'ninja/src/state.h')
-rw-r--r--ninja/src/state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ninja/src/state.h b/ninja/src/state.h
index bcb0eff75ff..c382dc014cc 100644
--- a/ninja/src/state.h
+++ b/ninja/src/state.h
@@ -82,6 +82,7 @@ struct Pool {
/// Global state (file status, loaded rules) for a single run.
struct State {
static Pool kDefaultPool;
+ static Pool kConsolePool;
static const Rule kPhonyRule;
State();