Skip to content

Commit

Permalink
change to use the proper include form.
Browse files Browse the repository at this point in the history
  • Loading branch information
evanmcc committed Feb 10, 2014
1 parent 2ce9f87 commit 0a0736b
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.hrl").
-include("basho_bench.hrl").

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

0 comments on commit 0a0736b

Please sign in to comment.