summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorJames Golovich <james@gnuinter.net>2004-09-23 18:10:46 +0000
committerJames Golovich <james@gnuinter.net>2004-09-23 18:10:46 +0000
commit9812bcc03cb0d2bdd3e1ab5410218cccd612174d (patch)
tree36b43f53c09fd5bc6ba9f3bfc3f960c5cf8c53e6 /res
parentfb6e8402135289d3eb3691ddde4417e9b4699dda (diff)
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
Diffstat (limited to 'res')
-rwxr-xr-xres/res_agi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/res_agi.c b/res/res_agi.c
index eb97bcb1c..2a58a5bf5 100755
--- a/res/res_agi.c
+++ b/res/res_agi.c
@@ -29,6 +29,7 @@
#include <stdio.h>
#include <fcntl.h>
#include <errno.h>
+#include <sys/socket.h>
#include <asterisk/cli.h>
#include <asterisk/logger.h>
#include <asterisk/options.h>