summaryrefslogtreecommitdiff
path: root/channels/h323
diff options
context:
space:
mode:
authorPaul Cadach <paul@odt.east.telecom.kz>2006-09-22 04:54:41 +0000
committerPaul Cadach <paul@odt.east.telecom.kz>2006-09-22 04:54:41 +0000
commitccdbf6931857aace1e0e73bc1966979961acb9b0 (patch)
tree259e281549233b1c193ea18dfb11d24abebe2723 /channels/h323
parent81bfa44bb82260107c4a222140b5bacde79d4316 (diff)
Add missing include
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43472 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/h323')
-rw-r--r--channels/h323/caps_h323.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/channels/h323/caps_h323.cxx b/channels/h323/caps_h323.cxx
index 573d24b90..2cbb743dd 100644
--- a/channels/h323/caps_h323.cxx
+++ b/channels/h323/caps_h323.cxx
@@ -1,5 +1,6 @@
#include <ptlib.h>
#include <h323.h>
+#include <h245.h>
#include "caps_h323.h"
#define DEFINE_G711_CAPABILITY(cls, code, capName) \