diff options
Diffstat (limited to 'p11p-daemon/src/p11p_rpc.erl')
-rw-r--r-- | p11p-daemon/src/p11p_rpc.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p11p-daemon/src/p11p_rpc.erl b/p11p-daemon/src/p11p_rpc.erl index 8292ccf..897bb00 100644 --- a/p11p-daemon/src/p11p_rpc.erl +++ b/p11p-daemon/src/p11p_rpc.erl @@ -4,7 +4,7 @@ -export([parse/2, new/0, new/1, serialise/1]). --include("p11p-rpc.hrl"). +-include("p11p_rpc.hrl"). parse(M) -> parse(M, <<>>). |