Allow H.323 to compile with FDLEAK checking enabled.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@191220 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Tilghman Lesher 17 years ago
parent 4a734fd926
commit f8b1da1872

@ -102,6 +102,8 @@ extern "C" {
} }
#endif #endif
#undef open
#undef close
#include "h323/chan_h323.h" #include "h323/chan_h323.h"
receive_digit_cb on_receive_digit; receive_digit_cb on_receive_digit;

@ -25,7 +25,6 @@
* *
* Version Info: $Id$ * Version Info: $Id$
*/ */
#include "asterisk.h"
#define VERSION(a,b,c) ((a)*10000+(b)*100+(c)) #define VERSION(a,b,c) ((a)*10000+(b)*100+(c))
@ -70,6 +69,8 @@
#include "compat_h323.h" #include "compat_h323.h"
#include "asterisk.h"
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif
@ -80,6 +81,9 @@ extern "C" {
} }
#endif #endif
#undef open
#undef close
#include "chan_h323.h" #include "chan_h323.h"
#include "ast_h323.h" #include "ast_h323.h"
#include "cisco-h225.h" #include "cisco-h225.h"

Loading…
Cancel
Save