Skip to content

Commit

Permalink
Merge pull request basho#121 from basho/fix-path
Browse files Browse the repository at this point in the history
fix cassandra cql driver include path
  • Loading branch information
evanmcc committed Feb 19, 2014
2 parents c40129f + 0a0736b commit 3d5c35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/basho_bench_driver_cassandra_cql.erl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
-export([new/1,
run/4]).

-include_lib("basho_bench/include/basho_bench.hrl").
-include("basho_bench.hrl").

-record(state, { client,
keyspace,
Expand Down

0 comments on commit 3d5c35d

Please sign in to comment.