mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 12:52:33 +00:00
Apply a proper solution to resolve AST_MAX_ACCOUNT_CODE
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5805 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#define _GNU_SOURCE
|
||||
/*
|
||||
* ast_h323.cpp
|
||||
*
|
||||
@@ -39,8 +40,9 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#endif
|
||||
#include "asterisk/logger.h"
|
||||
#include "asterisk/channel.h"
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
@@ -26,8 +26,6 @@
|
||||
* Version Info: $Id$
|
||||
*/
|
||||
|
||||
#define AST_MAX_ACCOUNTCODE 20
|
||||
|
||||
#include <arpa/inet.h>
|
||||
|
||||
/** call_option struct holds various bits
|
||||
|
Reference in New Issue
Block a user