From 987b87662c27e72e0604ff9b600e11270014adfc Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Tue, 8 Nov 2005 04:48:00 +0000 Subject: make app_queue 1.2 jump compliant (issue #5580) add missing includes of stdio.h remove some unused and duplicate headers git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7026 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- funcs/func_math.c | 1 + 1 file changed, 1 insertion(+) (limited to 'funcs/func_math.c') diff --git a/funcs/func_math.c b/funcs/func_math.c index e53eb4023..e8a49acc8 100755 --- a/funcs/func_math.c +++ b/funcs/func_math.c @@ -23,6 +23,7 @@ */ #include +#include #include #include -- cgit v1.2.3