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_cmd_args.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rlx_cmd_args.erl') diff --git a/src/rlx_cmd_args.erl b/src/rlx_cmd_args.erl index f95d9ec..2a0f573 100644 --- a/src/rlx_cmd_args.erl +++ b/src/rlx_cmd_args.erl @@ -24,7 +24,7 @@ -export([args2state/2, format_error/1]). --include_lib("relx.hrl"). +-include("relx.hrl"). %%============================================================================ %% API -- cgit v1.2.3