]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 94924 via svnmerge from
authorJoshua Colp <jcolp@digium.com>
Thu, 27 Dec 2007 17:34:00 +0000 (17:34 +0000)
committerJoshua Colp <jcolp@digium.com>
Thu, 27 Dec 2007 17:34:00 +0000 (17:34 +0000)
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)

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@94934 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_h323.c

index 87fbcd786fd8dfda6a8f454e2505f21d4a0b2005..8761026d04bd442b51a4cba5977c671a5ae88d68 100644 (file)
@@ -51,6 +51,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
 }
 #endif
 
+#include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/signal.h>
 #include <sys/param.h>