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_release.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_release.erl')
-rw-r--r-- | src/rlx_release.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rlx_release.erl b/src/rlx_release.erl index 2319aa8..ca3fa11 100644 --- a/src/rlx_release.erl +++ b/src/rlx_release.erl @@ -52,7 +52,7 @@ application_spec/0, application_goal/0]). --include_lib("relx.hrl"). +-include("relx.hrl"). -record(release_t, {name :: atom(), vsn :: ec_semver:any_version(), |