From a1f12d9231b6b29f9f83d34e5bb2d64d5f203cfe Mon Sep 17 00:00:00 2001
From: Ashley Sanders <asanders@digium.com>
Date: Wed, 1 Apr 2015 03:26:18 +0000
Subject: [PATCH] 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
---
 apps/app_stasis.c | 1 +
 1 file changed, 1 insertion(+)

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"
 
-- 
GitLab