https://origsvn.digium.com/svn/asterisk/trunk
........
r191219 | tilghman | 2009-04-29 18:06:56 -0500 (Wed, 29 Apr 2009) | 2 lines
Make H.323 compile with FDLEAK detection code enabled
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@191223
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
}
#endif
+#undef open
+#undef close
#include "h323/chan_h323.h"
receive_digit_cb on_receive_digit;
*
* Version Info: $Id$
*/
-#include "asterisk.h"
#define VERSION(a,b,c) ((a)*10000+(b)*100+(c))
#include <arpa/inet.h>
#include "compat_h323.h"
+#include "asterisk.h"
+
#ifdef __cplusplus
extern "C" {
#endif
}
#endif
+#undef open
+#undef close
+
#include "chan_h323.h"
#include "ast_h323.h"
#include "cisco-h225.h"