summaryrefslogtreecommitdiff
path: root/channels/h323
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2008-12-15 17:21:38 +0000
committerRussell Bryant <russell@russellbryant.com>2008-12-15 17:21:38 +0000
commit808a5fda59d7d81b11600e05bb0fd3ebdb09759f (patch)
tree968217f114e8328db688837c0b27a123eade1314 /channels/h323
parent12384883193e4930a792be54cc64395301c9e7e9 (diff)
Fix a couple more build issues related to ast_str_opaque
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@164309 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/h323')
-rw-r--r--channels/h323/ast_h323.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/channels/h323/ast_h323.cxx b/channels/h323/ast_h323.cxx
index 2ed94b5c3..d61006800 100644
--- a/channels/h323/ast_h323.cxx
+++ b/channels/h323/ast_h323.cxx
@@ -28,6 +28,9 @@
*
* Version Info: $Id$
*/
+
+#include "asterisk.h"
+
#include <arpa/inet.h>
#include <list>