diff options
Diffstat (limited to 'src/rlx_app_info.erl')
-rw-r--r-- | src/rlx_app_info.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rlx_app_info.erl b/src/rlx_app_info.erl index de6ed7d..7e08bde 100644 --- a/src/rlx_app_info.erl +++ b/src/rlx_app_info.erl @@ -57,7 +57,7 @@ -export_type([t/0]). --include_lib("relx/include/relx.hrl"). +-include_lib("relx.hrl"). -record(app_info_t, {name :: atom(), vsn :: ec_semver:semver(), |