From: James Golovich Date: Thu, 23 Sep 2004 18:10:46 +0000 (+0000) Subject: Include sys/socket.h in res/res_agi.c (bug 2490) X-Git-Tag: 1.0.10~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9812bcc03cb0d2bdd3e1ab5410218cccd612174d;p=thirdparty%2Fasterisk.git Include sys/socket.h in res/res_agi.c (bug 2490) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3828 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/res/res_agi.c b/res/res_agi.c index eb97bcb1c2..2a58a5bf52 100755 --- a/res/res_agi.c +++ b/res/res_agi.c @@ -29,6 +29,7 @@ #include #include #include +#include #include #include #include