]> granicus.if.org Git - ejabberd/commitdiff
Fix previous commit (C2S session close on server shutdown)
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>
Thu, 8 May 2014 17:47:50 +0000 (21:47 +0400)
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>
Thu, 8 May 2014 17:47:50 +0000 (21:47 +0400)
src/ejabberd_sm.erl

index 9fc6a86ef046e03c929795ed4b4e352cf42af3fd..72aeda9522116746bb70d7d540b5f6da64bc5fbf 100644 (file)
@@ -73,7 +73,7 @@
 -include("jlib.hrl").
 
 -include("ejabberd_commands.hrl").
-
+-include_lib("stdlib/include/ms_transform.hrl").
 -include("mod_privacy.hrl").
 
 -record(session, {sid, usr, us, priority, info}).