projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb6e840
)
Include sys/socket.h in res/res_agi.c (bug 2490)
author
James Golovich
<james@gnuinter.net>
Thu, 23 Sep 2004 18:10:46 +0000
(18:10 +0000)
committer
James Golovich
<james@gnuinter.net>
Thu, 23 Sep 2004 18:10:46 +0000
(18:10 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3828
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
res/res_agi.c
patch
|
blob
|
history
diff --git
a/res/res_agi.c
b/res/res_agi.c
index
eb97bcb
..
2a58a5b
100755
(executable)
--- 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>