mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-11-03 20:38:59 +00:00 
			
		
		
		
	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
This commit is contained in:
		@@ -90,6 +90,8 @@ extern "C" {
 | 
			
		||||
}
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#undef open
 | 
			
		||||
#undef close
 | 
			
		||||
#include "h323/chan_h323.h"
 | 
			
		||||
 | 
			
		||||
receive_digit_cb on_receive_digit;
 | 
			
		||||
 
 | 
			
		||||
@@ -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"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user