From 0b3f0358613d0395425ad0d0ab0f72c82863d54a Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Thu, 10 Oct 2013 15:48:44 -0500 Subject: fix non-path includes to be include instead of include_lib --- src/rlx_app_discovery.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rlx_app_discovery.erl') diff --git a/src/rlx_app_discovery.erl b/src/rlx_app_discovery.erl index 72a0dca..515e6ae 100644 --- a/src/rlx_app_discovery.erl +++ b/src/rlx_app_discovery.erl @@ -27,7 +27,7 @@ -export([do/2, format_error/1]). --include_lib("relx.hrl"). +-include("relx.hrl"). %%============================================================================ %% API -- cgit v1.2.3