[asterisk-commits] file: trunk r94934 - in /trunk: ./ channels/chan_h323.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Dec 27 11:34:00 CST 2007


Author: file
Date: Thu Dec 27 11:34:00 2007
New Revision: 94934

URL: http://svn.digium.com/view/asterisk?view=rev&rev=94934
Log:
Merged revisions 94924 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r94924 | file | 2007-12-27 13:32:15 -0400 (Thu, 27 Dec 2007) | 6 lines

Include types.h in chan_h323 as without it it can not be compiled on some operating systems like FreeBSD to name one.
(closes issue #11585)
Reported by: sobomax
Patches:
      chan_h323.c.diff uploaded by sobomax (license 359)

........

Modified:
    trunk/   (props changed)
    trunk/channels/chan_h323.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/channels/chan_h323.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_h323.c?view=diff&rev=94934&r1=94933&r2=94934
==============================================================================
--- trunk/channels/chan_h323.c (original)
+++ trunk/channels/chan_h323.c Thu Dec 27 11:34:00 2007
@@ -51,6 +51,7 @@
 }
 #endif
 
+#include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/signal.h>
 #include <sys/param.h>




More information about the asterisk-commits mailing list