aboutsummaryrefslogtreecommitdiff
path: root/src/mod_private_riak.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mod_private_riak.erl')
-rw-r--r--src/mod_private_riak.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_private_riak.erl b/src/mod_private_riak.erl
index 11cfa4770..b05e7d725 100644
--- a/src/mod_private_riak.erl
+++ b/src/mod_private_riak.erl
@@ -14,7 +14,7 @@
-export([init/2, set_data/3, get_data/3, get_all_data/2, remove_user/2,
import/2]).
--include("jlib.hrl").
+-include("xmpp.hrl").
-include("mod_private.hrl").
%%%===================================================================