diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2006-02-06 20:39:59 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2006-02-06 20:39:59 +0000 |
commit | 9ea68e6510ae6347452e0cd9cfd7c46a5ff53726 (patch) | |
tree | 1e5f29e830d7b2483b7dc1cf44efff25df6a2d6b /net/asterisk/files | |
parent | c106bac54049904f64af98c6c92ba6d14ecc3aa9 (diff) |
Fix build on 4.x.
Submitted by: Tod McQuillin
Notes
Notes:
svn path=/head/; revision=155373
Diffstat (limited to 'net/asterisk/files')
-rw-r--r-- | net/asterisk/files/patch-channels::chan_h323.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/asterisk/files/patch-channels::chan_h323.c b/net/asterisk/files/patch-channels::chan_h323.c new file mode 100644 index 000000000000..4ca048812ecd --- /dev/null +++ b/net/asterisk/files/patch-channels::chan_h323.c @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- channels/chan_h323.c.orig ++++ channels/chan_h323.c +@@ -31,6 +31,7 @@ + * \ingroup channel_drivers + */ + ++#include <sys/types.h> + #include <sys/socket.h> + #include <sys/signal.h> + #include <sys/param.h> |