From: Joshua Colp Date: Tue, 20 Nov 2007 14:49:32 +0000 (+0000) Subject: Include the compatibility header file in ast_h323.cxx for compatibility reasons. X-Git-Tag: 1.6.0-beta1~3^2~755 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=564e0815b62a47075137d01e696e79ec57ebbdf3;p=thirdparty%2Fasterisk.git 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 --- 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"