summaryrefslogtreecommitdiff
path: root/channels/h323
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2009-04-29 23:06:56 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2009-04-29 23:06:56 +0000
commitb6d2a4a7a843a5332fb2de731f67ffaaf8a6d5b7 (patch)
treef734a2dd968a7865537f4369dd238b3d5cd84bc1 /channels/h323
parentc675733e6cac9199ec28fe32431add8fd670d396 (diff)
Make H.323 compile with FDLEAK detection code enabled
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@191219 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/h323')
-rw-r--r--channels/h323/ast_h323.cxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/channels/h323/ast_h323.cxx b/channels/h323/ast_h323.cxx
index 4cd5657e9..aeecfdab5 100644
--- a/channels/h323/ast_h323.cxx
+++ b/channels/h323/ast_h323.cxx
@@ -29,7 +29,6 @@
* Version Info: $Id$
*/
-#include "asterisk.h"
#define VERSION(a,b,c) ((a)*10000+(b)*100+(c))
#include <arpa/inet.h>
@@ -72,6 +71,8 @@
#include "compat_h323.h"
+#include "asterisk.h"
+
#ifdef __cplusplus
extern "C" {
#endif
@@ -83,6 +84,9 @@ extern "C" {
}
#endif
+#undef open
+#undef close
+
#include "chan_h323.h"
#include "ast_h323.h"
#include "cisco-h225.h"