From: Ashley Sanders Date: Wed, 1 Apr 2015 03:26:18 +0000 (+0000) Subject: stasis: set a channel variable on websocket disconnect error X-Git-Tag: 13.4.0-rc1~170 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1f12d9231b6b29f9f83d34e5bb2d64d5f203cfe;p=thirdparty%2Fasterisk.git stasis: set a channel variable on websocket disconnect error Resolve compile errors caused by r433839 by included the missing header file, pbx.h. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@433863 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_stasis.c b/apps/app_stasis.c index 1e7b7f9c9c..d84e162e66 100644 --- a/apps/app_stasis.c +++ b/apps/app_stasis.c @@ -34,6 +34,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include "asterisk/app.h" #include "asterisk/module.h" +#include "asterisk/pbx.h" #include "asterisk/stasis.h" #include "asterisk/stasis_app_impl.h"