From 86deca3cff10e754d7bf8195034d04d54a3b0815 Mon Sep 17 00:00:00 2001 From: russell Date: Sun, 26 Sep 2004 17:01:39 +0000 Subject: add includes in res_agi.c to fix BSD compatibility git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3840 f38db490-d61c-443f-a65b-d21fe96a405b --- res/res_agi.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'res/res_agi.c') diff --git a/res/res_agi.c b/res/res_agi.c index b50470817..b78d923ae 100755 --- a/res/res_agi.c +++ b/res/res_agi.c @@ -11,6 +11,11 @@ * the GNU General Public License */ +#include +#include +#include +#include +#include #include #include #include -- cgit v1.2.3