Skip to content
Snippets Groups Projects
Commit 483c2bad authored by Russell Bryant's avatar Russell Bryant
Browse files

Ensure that the object code for ast_atomic_fetchadd_int() gets included in the

check_expr binary when building with LOW_MEMORY defined.
(reported by Brian Capouch on the asterisk-dev list, patch by me)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@80262 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent e97027d4
No related branches found
No related tags found
No related merge requests found
...@@ -29,8 +29,13 @@ struct ast_channel ...@@ -29,8 +29,13 @@ struct ast_channel
#include <../include/asterisk/compat.h> #include <../include/asterisk/compat.h>
#include <../include/asterisk/ast_expr.h> #include <../include/asterisk/ast_expr.h>
#define AST_API_MODULE 1 #define AST_API_MODULE 1
#include "asterisk/inline_api.h" #include "asterisk/inline_api.h"
#define AST_API_MODULE 1
#include "asterisk/lock.h"
#include "asterisk/strings.h" #include "asterisk/strings.h"
/* I included this from utils.c, so as not to have everything in that .c /* I included this from utils.c, so as not to have everything in that .c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment