aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-15 17:21:38 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-15 17:21:38 +0000
commit05e67d6ebb47df1dc1ca3e7cb839db1139bbaff7 (patch)
tree968217f114e8328db688837c0b27a123eade1314 /channels/h323
parentd5b82ec44461b7a903a88e153c8233a473252efb (diff)
Fix a couple more build issues related to ast_str_opaque
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@164309 f38db490-d61c-443f-a65b-d21fe96a405b
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>