From e276b231fbbb175b5413cb34f8afb3fad05c23ca Mon Sep 17 00:00:00 2001 From: Joshua Colp Date: Thu, 27 Dec 2007 17:32:15 +0000 Subject: [PATCH] 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/branches/1.4@94924 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_h323.c | 1 + 1 file changed, 1 insertion(+) diff --git a/channels/chan_h323.c b/channels/chan_h323.c index a6290c8ea7..1e0a45683f 100644 --- a/channels/chan_h323.c +++ b/channels/chan_h323.c @@ -50,6 +50,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") } #endif +#include #include #include #include