[Asterisk-cvs] asterisk/include/asterisk utils.h,1.31,1.32
kpfleming at lists.digium.com
kpfleming at lists.digium.com
Tue Jun 7 13:04:14 CDT 2005
- Previous message: [Asterisk-cvs] asterisk/apps app_zapscan.c,1.18,1.19
- Next message: [Asterisk-cvs] asterisk/channels chan_agent.c, 1.137,
1.138 chan_features.c, 1.13, 1.14 chan_local.c, 1.48,
1.49 chan_mgcp.c, 1.124, 1.125 chan_modem.c, 1.41,
1.42 chan_sip.c, 1.756, 1.757 chan_skinny.c, 1.80, 1.81
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv16722/include/asterisk
Modified Files:
utils.h
Log Message:
header ordering fixes for FreeBSD (pending a global merge into asterisk.h) (bug #4484)
Index: utils.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/utils.h,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- utils.h 20 May 2005 16:30:13 -0000 1.31
+++ utils.h 7 Jun 2005 17:06:33 -0000 1.32
@@ -17,6 +17,7 @@
#endif
#include <netinet/in.h>
+#include <arpa/inet.h> /* we want to override inet_ntoa */
#include <netdb.h>
#include <pthread.h>
#include <limits.h>
- Previous message: [Asterisk-cvs] asterisk/apps app_zapscan.c,1.18,1.19
- Next message: [Asterisk-cvs] asterisk/channels chan_agent.c, 1.137,
1.138 chan_features.c, 1.13, 1.14 chan_local.c, 1.48,
1.49 chan_mgcp.c, 1.124, 1.125 chan_modem.c, 1.41,
1.42 chan_sip.c, 1.756, 1.757 chan_skinny.c, 1.80, 1.81
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list