[asterisk-commits] file: branch 1.4 r94924 - /branches/1.4/channels/chan_h323.c

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


Author: file
Date: Thu Dec 27 11:32:15 2007
New Revision: 94924

URL: http://svn.digium.com/view/asterisk?view=rev&rev=94924
Log:
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:
    branches/1.4/channels/chan_h323.c

Modified: branches/1.4/channels/chan_h323.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/channels/chan_h323.c?view=diff&rev=94924&r1=94923&r2=94924
==============================================================================
--- branches/1.4/channels/chan_h323.c (original)
+++ branches/1.4/channels/chan_h323.c Thu Dec 27 11:32:15 2007
@@ -50,6 +50,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