From 483c2bad079502ec5a34fc94895bbe5e110f57cb Mon Sep 17 00:00:00 2001
From: Russell Bryant <russell@russellbryant.com>
Date: Wed, 22 Aug 2007 16:27:39 +0000
Subject: [PATCH] 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
---
 utils/check_expr.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/utils/check_expr.c b/utils/check_expr.c
index db78775396..3eeff07eb2 100644
--- a/utils/check_expr.c
+++ b/utils/check_expr.c
@@ -29,8 +29,13 @@ struct ast_channel
 
 #include <../include/asterisk/compat.h>
 #include <../include/asterisk/ast_expr.h>
+
 #define AST_API_MODULE 1
 #include "asterisk/inline_api.h"
+
+#define AST_API_MODULE 1
+#include "asterisk/lock.h"
+
 #include "asterisk/strings.h"
 
 /* I included this from utils.c, so as not to have everything in that .c
-- 
GitLab