summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2007-11-20 14:49:32 +0000
committerJoshua Colp <jcolp@digium.com>2007-11-20 14:49:32 +0000
commit564e0815b62a47075137d01e696e79ec57ebbdf3 (patch)
tree1f01a7770325bdd4924238ba1b7c2c985c34e6d7 /channels
parent28531cde0807720c5b6b4c09844c5f4a8fae10ca (diff)
Include the compatibility header file in ast_h323.cxx for compatibility reasons.
(closes issue #11311) Reported by: falves11 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89447 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels')
-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"