summaryrefslogtreecommitdiff
path: root/src/rebar_api.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rebar_api.erl')
-rw-r--r--src/rebar_api.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rebar_api.erl b/src/rebar_api.erl
index c217b85..a01391d 100644
--- a/src/rebar_api.erl
+++ b/src/rebar_api.erl
@@ -2,6 +2,7 @@
%%% that can be used by plugin builders.
-module(rebar_api).
-include("rebar.hrl").
+-include_lib("providers/include/providers.hrl").
-export([abort/0, abort/2,
console/2,
debug/2, info/2, warn/2, error/2]).