From 9cc815e7f7339b77b1ec36c55012a51df30bb1f8 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Thu, 1 May 2014 18:03:19 +0200 Subject: Follow changes to headers. --- src/plop.erl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/plop.erl b/src/plop.erl index 6ffc856..e5432bc 100644 --- a/src/plop.erl +++ b/src/plop.erl @@ -21,6 +21,7 @@ handle_cast/2, handle_info/2, code_change/3]). -include("plop.hrl"). +-include("db.hrl"). -include_lib("public_key/include/public_key.hrl"). -include_lib("eunit/include/eunit.hrl"). @@ -31,7 +32,7 @@ hashtree :: ht:head()}). start_link() -> - start_link("src/test/rsakey.pem", "sikrit"). % FIXME: Remove. + start_link("test/rsakey.pem", "sikrit"). % FIXME: Remove. start_link(Keyfile, Passphrase) -> gen_server:start_link({local, ?MODULE}, ?MODULE, [Keyfile, Passphrase], []). -- cgit v1.1