mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
issue #5671
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7063 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -149,7 +149,7 @@ static inline void free_robin_list_r (struct robin_list *r)
|
||||
}
|
||||
}
|
||||
|
||||
static void free_robin_list ()
|
||||
static void free_robin_list ( void )
|
||||
{
|
||||
free_robin_list_r(robin);
|
||||
}
|
||||
|
@@ -36,6 +36,7 @@
|
||||
#include <asterisk/strings.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <asterisk/utils.h>
|
||||
#define AST_LOAD_CFG ast_config_load
|
||||
|
Reference in New Issue
Block a user