dect
/
asterisk
Archived
13
0
Fork 0

Make H.323 compile with FDLEAK detection code enabled

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@191219 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
tilghman 2009-04-29 23:06:56 +00:00
parent 18563c920b
commit dfae17be81
2 changed files with 7 additions and 1 deletions

View File

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

View File

@ -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"