aboutsummaryrefslogtreecommitdiff
path: root/src/mod_vcard_riak.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mod_vcard_riak.erl')
-rw-r--r--src/mod_vcard_riak.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_vcard_riak.erl b/src/mod_vcard_riak.erl
index 386347387..397008a79 100644
--- a/src/mod_vcard_riak.erl
+++ b/src/mod_vcard_riak.erl
@@ -14,7 +14,7 @@
-export([init/2, get_vcard/2, set_vcard/4, search/4, remove_user/2,
import/2]).
--include("jlib.hrl").
+-include("xmpp.hrl").
-include("mod_vcard.hrl").
%%%===================================================================