diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2004-10-17 18:00:02 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2004-10-17 18:00:02 +0000 |
commit | cd8cc8071ff2ad81003a23f16fac61debf60153b (patch) | |
tree | a6810dff0623ee603db9fa365f2ee4ce444f0c7b /net/asterisk12/files/patch-channels::chan_h323.c | |
parent | Enable building on 4.x. (diff) |
Update to 1.0.1.
Notes
Notes:
svn path=/head/; revision=119685
Diffstat (limited to 'net/asterisk12/files/patch-channels::chan_h323.c')
-rw-r--r-- | net/asterisk12/files/patch-channels::chan_h323.c | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/net/asterisk12/files/patch-channels::chan_h323.c b/net/asterisk12/files/patch-channels::chan_h323.c index e413bd8ecec8..de2ed3978663 100644 --- a/net/asterisk12/files/patch-channels::chan_h323.c +++ b/net/asterisk12/files/patch-channels::chan_h323.c @@ -1,13 +1,14 @@ $FreeBSD$ ---- channels/chan_h323.c.orig Tue Jan 13 11:24:26 2004 -+++ channels/chan_h323.c Fri Jan 30 01:47:34 2004 -@@ -54,6 +54,7 @@ - #include <fcntl.h> - #include <netdb.h> - #include <sys/signal.h> -+#include <netinet/in_systm.h> - #include <netinet/ip.h> - +--- channels/chan_h323.c 2004/10/10 13:00:17 1.1 ++++ channels/chan_h323.c 2004/10/10 13:00:39 +@@ -26,7 +26,7 @@ + * Version Info: $Id: patch-channels::chan_h323.c,v 1.3.2.3 2004/10/14 14:30:13 sobomax Exp $ + */ +- ++#include <sys/types.h> + #include <sys/socket.h> + #include <sys/signal.h> + #include <sys/param.h> |