projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28531cd
)
Include the compatibility header file in ast_h323.cxx for compatibility reasons.
author
Joshua Colp
<jcolp@digium.com>
Tue, 20 Nov 2007 14:49:32 +0000
(14:49 +0000)
committer
Joshua Colp
<jcolp@digium.com>
Tue, 20 Nov 2007 14:49:32 +0000
(14:49 +0000)
(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
patch
|
blob
|
history
diff --git
a/channels/h323/ast_h323.cxx
b/channels/h323/ast_h323.cxx
index
4fd997b
..
fd7d35d
100644
(file)
--- 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"