From 564e0815b62a47075137d01e696e79ec57ebbdf3 Mon Sep 17 00:00:00 2001 From: Joshua Colp Date: Tue, 20 Nov 2007 14:49:32 +0000 Subject: [PATCH] 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 --- channels/h323/ast_h323.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/channels/h323/ast_h323.cxx b/channels/h323/ast_h323.cxx index 4fd997b943..fd7d35dffd 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"