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:
4c2148b
)
Fix BSD build
author
Mark Spencer
<markster@digium.com>
Tue, 28 Sep 2004 14:14:00 +0000
(14:14 +0000)
committer
Mark Spencer
<markster@digium.com>
Tue, 28 Sep 2004 14:14:00 +0000
(14:14 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3849
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
04cf9ee
..
6268441
100755
(executable)
--- a/
res/res_agi.c
+++ b/
res/res_agi.c
@@
-11,12
+11,12
@@
* the GNU General Public License
*/
+#include <sys/types.h>
#include <netdb.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <arpa/inet.h>
-#include <sys/types.h>
#include <asterisk/file.h>
#include <asterisk/logger.h>
#include <asterisk/channel.h>