[Home]

Summary:ASTERISK-11069: Missed include in channels/chan_h323.c
Reporter:Maxim Sobolev (sobomax)Labels:
Date Opened:2007-12-17 15:46:52.000-0600Date Closed:2007-12-27 11:30:47.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/chan_h323
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) chan_h323.c.diff
Description:<sys/types.h> is missed from the channels/chan_h323.c, which might break compilation on some system, particularly FreeBSD.
Comments:By: Digium Subversion (svnbot) 2007-12-27 11:29:07.000-0600

Repository: asterisk
Revision: 94924

U   branches/1.4/channels/chan_h323.c

------------------------------------------------------------------------
r94924 | file | 2007-12-27 11:29:07 -0600 (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 ASTERISK-11069)
Reported by: sobomax
Patches:
     chan_h323.c.diff uploaded by sobomax (license 359)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=94924

By: Digium Subversion (svnbot) 2007-12-27 11:30:47.000-0600

Repository: asterisk
Revision: 94934

_U  trunk/
U   trunk/channels/chan_h323.c

------------------------------------------------------------------------
r94934 | file | 2007-12-27 11:30:47 -0600 (Thu, 27 Dec 2007) | 14 lines

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 ASTERISK-11069)
Reported by: sobomax
Patches:
     chan_h323.c.diff uploaded by sobomax (license 359)

........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=94934