Skip to content

Commit

Permalink
Merge pull request wooga#71 from flyinghail/master
Browse files Browse the repository at this point in the history
Fix rebar 2.5.1 compile error
  • Loading branch information
knutin committed May 26, 2015
2 parents f6900e2 + f8cc9e5 commit 525548e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/eredis_parser.erl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
%% gen_tcp:recv/2 with the desired size.

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

-export([init/0, parse/2]).
Expand Down
2 changes: 1 addition & 1 deletion test/eredis_parser_tests.erl
Original file line number Diff line number Diff line change
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 525548e

Please sign in to comment.