Преглед изворни кода

Use -include instead of -include_lib

As the include file is located in the same application, using
-include instead of -include_lib removes the need for the
code directory to be called "lager" or "lager-VSN".
pull/82/head
Magnus Henoch пре 12 година
родитељ
комит
0fda333cbf
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/lager_default_formatter.erl

+ 1
- 1
src/lager_default_formatter.erl Прегледај датотеку

@ -19,7 +19,7 @@
%%
%% Include files
%%
-include_lib("lager/include/lager.hrl").
-include("lager.hrl").
-ifdef(TEST).
-include_lib("eunit/include/eunit.hrl").
-endif.

Loading…
Откажи
Сачувај