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_dscv_util.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rlx_dscv_util.erl') diff --git a/src/rlx_dscv_util.erl b/src/rlx_dscv_util.erl index 977a60e..6cfea81 100644 --- a/src/rlx_dscv_util.erl +++ b/src/rlx_dscv_util.erl @@ -27,7 +27,7 @@ -export([do/2, format_error/1]). --include_lib("relx.hrl"). +-include("relx.hrl"). %%============================================================================ %% Types -- cgit v1.2.3