Skip to content

Commit

Permalink
change include_lib() to include() when including eredis.hrl
Browse files Browse the repository at this point in the history
When I try to use newest rebar, include_lib got a compile error .
  • Loading branch information
flyinghail committed Apr 23, 2015
1 parent d3e7541 commit f8cc9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/eredis_parser_tests.erl
Expand Up @@ -6,7 +6,7 @@

-module(eredis_parser_tests).

-include_lib("eredis.hrl").
-include("eredis.hrl").
-include_lib("eunit/include/eunit.hrl").

-import(eredis_parser, [parse/2, init/0, parse_bulk/1, parse_bulk/2,
Expand Down

0 comments on commit f8cc9e5

Please sign in to comment.