aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorjpeeler <jpeeler@f38db490-d61c-443f-a65b-d21fe96a405b>2009-03-11 15:54:38 +0000
committerjpeeler <jpeeler@f38db490-d61c-443f-a65b-d21fe96a405b>2009-03-11 15:54:38 +0000
commit3415957456cb640d26a306d7152a9815b5a23dfb (patch)
treeb173e479ec8af6735d55068aeeb9d06accfd44e9 /channels
parentc62bc449fbcae3247150ca09a88098dfa59443f1 (diff)
add missing header file
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@181283 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rw-r--r--channels/h323/ast_h323.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/channels/h323/ast_h323.cxx b/channels/h323/ast_h323.cxx
index 31fc519fa..747853aa3 100644
--- a/channels/h323/ast_h323.cxx
+++ b/channels/h323/ast_h323.cxx
@@ -28,6 +28,8 @@
*
* Version Info: $Id$
*/
+#include "asterisk.h"
+
#include <arpa/inet.h>
#include <list>