aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323
diff options
context:
space:
mode:
authorpcadach <pcadach@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-22 04:54:41 +0000
committerpcadach <pcadach@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-22 04:54:41 +0000
commit58b811b4d13a07c41b60fedd5fd8117b180e73ee (patch)
tree259e281549233b1c193ea18dfb11d24abebe2723 /channels/h323
parent640a7028c3fa01f3f61fe8c81291fe9ec196e578 (diff)
Add missing include
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43472 f38db490-d61c-443f-a65b-d21fe96a405b
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) \