diff options
author | Tristan Sloughter <[email protected]> | 2013-10-10 15:48:44 -0500 |
---|---|---|
committer | Tristan Sloughter <[email protected]> | 2013-10-10 15:48:44 -0500 |
commit | 0b3f0358613d0395425ad0d0ab0f72c82863d54a (patch) | |
tree | 1fd4ba429864bd5ad989c6941a91b79dbd0ab3c8 /src/rlx_cmd_args.erl | |
parent | ad846bc786f70d3060bb1f984d73cc7a8678dd9c (diff) | |
download | relx-0b3f0358613d0395425ad0d0ab0f72c82863d54a.tar.gz relx-0b3f0358613d0395425ad0d0ab0f72c82863d54a.tar.bz2 relx-0b3f0358613d0395425ad0d0ab0f72c82863d54a.zip |
fix non-path includes to be include instead of include_lib
Diffstat (limited to 'src/rlx_cmd_args.erl')
-rw-r--r-- | src/rlx_cmd_args.erl | 2 |
1 files changed, 1 insertions, 1 deletions
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 |