aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_h323.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-27 17:34:00 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-27 17:34:00 +0000
commitdedbfb6302d902b011c7d0fcd4fb8535015e0e3a (patch)
tree8f5c96fa8990e0dcfd0383e770c2a80b63274ad8 /channels/chan_h323.c
parentb8f41ba0bb9ba692cc3fef20a3995f7c041f81c0 (diff)
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) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@94934 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_h323.c')
-rw-r--r--channels/chan_h323.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/channels/chan_h323.c b/channels/chan_h323.c
index 87fbcd786..8761026d0 100644
--- a/channels/chan_h323.c
+++ b/channels/chan_h323.c
@@ -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>