aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorjpeeler <jpeeler@f38db490-d61c-443f-a65b-d21fe96a405b>2009-03-11 15:54:46 +0000
committerjpeeler <jpeeler@f38db490-d61c-443f-a65b-d21fe96a405b>2009-03-11 15:54:46 +0000
commit7798ebda96ae9d41a5b5bfbacf185d2e50103c25 (patch)
tree071f7def7029398e2f8817fe57ed73db204f1db9 /channels
parent810307cf968507897a2158e45df673d42defd8b8 (diff)
add missing header file
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@181284 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 e707c2c3b..401be42c9 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>