summaryrefslogtreecommitdiff
path: root/apps/app_stasis.c
diff options
context:
space:
mode:
authorAshley Sanders <asanders@digium.com>2015-04-01 03:26:18 +0000
committerAshley Sanders <asanders@digium.com>2015-04-01 03:26:18 +0000
commita1f12d9231b6b29f9f83d34e5bb2d64d5f203cfe (patch)
treeb842425d9b498f2562c91beb609e1e22cbae28b0 /apps/app_stasis.c
parent7293ecd90b6ac88fda2908ddb48289070e15fd8f (diff)
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
Diffstat (limited to 'apps/app_stasis.c')
-rw-r--r--apps/app_stasis.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/app_stasis.c b/apps/app_stasis.c
index 1e7b7f9c9..d84e162e6 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"