summaryrefslogtreecommitdiff
path: root/src/catlfish.erl
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2014-10-24 06:34:00 +0200
committerMagnus Ahltorp <map@kth.se>2014-10-24 06:34:00 +0200
commit52c373e7f342b0c4cfe931165be78458c4c4b425 (patch)
treef8638421c46a5f8c6947e46aa8160682d64b5a17 /src/catlfish.erl
parent9229c14078bda5c0386a43fc89fcc5f3f5471670 (diff)
!fixup merge errorsmochiweb
Diffstat (limited to 'src/catlfish.erl')
-rw-r--r--src/catlfish.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/catlfish.erl b/src/catlfish.erl
index 66141d8..73066bb 100644
--- a/src/catlfish.erl
+++ b/src/catlfish.erl
@@ -4,6 +4,7 @@
-module(catlfish).
-export([add_chain/2, entries/2, entry_and_proof/2]).
-export([known_roots/0, update_known_roots/0]).
+-include_lib("eunit/include/eunit.hrl").
-define(PROTOCOL_VERSION, 0).