From dc4a7583c0568db4a97c6e3dac8b337ccd35c874 Mon Sep 17 00:00:00 2001 From: Badlop Date: Wed, 7 Aug 2013 13:31:15 +0200 Subject: [PATCH] Fix mod_shcommands compilation --- mod_shcommands/src/mod_shcommands.erl | 1 + 1 file changed, 1 insertion(+) diff --git a/mod_shcommands/src/mod_shcommands.erl b/mod_shcommands/src/mod_shcommands.erl index 0ea241f..e014a3c 100644 --- a/mod_shcommands/src/mod_shcommands.erl +++ b/mod_shcommands/src/mod_shcommands.erl @@ -15,6 +15,7 @@ start/2, stop/1]). -include("ejabberd.hrl"). +-include("jlib.hrl"). -include("web/ejabberd_http.hrl"). -include("web/ejabberd_web_admin.hrl").