aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_h323.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-27 17:32:15 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-27 17:32:15 +0000
commit4b7923d84df1396e89baeb5af1f3a2a7930247b3 (patch)
tree9f2687034770c9082eb121c1644593f5740107e4 /channels/chan_h323.c
parent1ed7953c2b1788c39d6ff50bcfabcd9a4e5eac08 (diff)
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/branches/1.4@94924 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 a6290c8ea..1e0a45683 100644
--- a/channels/chan_h323.c
+++ b/channels/chan_h323.c
@@ -50,6 +50,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
}
#endif
+#include <sys/types.h>
#include <sys/socket.h>
#include <sys/signal.h>
#include <sys/param.h>