aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-20 14:49:32 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-20 14:49:32 +0000
commit09688d2a03fdda4c8a672855d96344fef1f1c755 (patch)
tree1f01a7770325bdd4924238ba1b7c2c985c34e6d7 /channels/h323
parent757cdf03170d7303f5c99ee1273564eb6c9b3556 (diff)
Include the compatibility header file in ast_h323.cxx for compatibility reasons.
(closes issue #11311) Reported by: falves11 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89447 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/h323')
-rw-r--r--channels/h323/ast_h323.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/channels/h323/ast_h323.cxx b/channels/h323/ast_h323.cxx
index 4fd997b94..fd7d35dff 100644
--- a/channels/h323/ast_h323.cxx
+++ b/channels/h323/ast_h323.cxx
@@ -50,6 +50,7 @@
#ifdef __cplusplus
extern "C" {
#endif
+#include "asterisk/compat.h"
#include "asterisk/logger.h"
#include "asterisk/channel.h"
#include "asterisk/astobj.h"