summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/rebar.hrl2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rebar.hrl b/include/rebar.hrl
index 4ec3778..ad3e2e0 100644
--- a/include/rebar.hrl
+++ b/include/rebar.hrl
@@ -1,3 +1,5 @@
+-record(config, { dir,
+ opts }).
-record(global_state, { working_dir }).