[Asterisk-cvs] asterisk/channels chan_h323.c,1.46,1.47

markster at lists.digium.com markster at lists.digium.com
Wed Apr 28 16:59:52 CDT 2004


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv11795/channels

Modified Files:
	chan_h323.c 
Log Message:
OpenBSD portability to H323


Index: chan_h323.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_h323.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- chan_h323.c	28 Apr 2004 14:35:20 -0000	1.46
+++ chan_h323.c	28 Apr 2004 21:06:29 -0000	1.47
@@ -54,13 +54,13 @@
 #include <fcntl.h>
 #include <netdb.h>
 #include <sys/signal.h>
-#include <netinet/ip.h>
 #ifdef __OpenBSD__
 #include <netinet/in_systm.h>
 #ifndef IPTOS_MINCOST
 #define IPTOS_MINCOST 0x02
 #endif
 #endif
+#include <netinet/ip.h>
 
 #include "h323/chan_h323.h"
 




More information about the svn-commits mailing list