summaryrefslogtreecommitdiff
path: root/src/rebar_api.erl
diff options
context:
space:
mode:
authorTristan Sloughter <tristan.sloughter@gmail.com>2015-03-16 12:59:31 -0500
committerTristan Sloughter <tristan.sloughter@gmail.com>2015-03-16 12:59:31 -0500
commit9d4ed68620b52d5b96e4bc3c4ebc8735a5df2782 (patch)
tree2d9913a65be9f0de9c5494a8080e4e6b6c994c2b /src/rebar_api.erl
parent6e337e022c3c4521ee84121845305b494127aaf2 (diff)
parent92245a138b7ee314e625486b9f537ac267a35aa6 (diff)
Merge pull request #270 from ferd/cleanup-errors
use PRV_ERROR for formattable errors
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]).