diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-10-20 09:26:28 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-10-20 09:26:28 +0000 |
commit | 5d478a6316ec0e31af53a75e0f47971e9e434a5d (patch) | |
tree | e26deb4ca5024a37dc3c2199b3366ff7e670fba3 /net/asterisk10/files/patch-channels::chan_h323.c | |
parent | 53a4d5815135a9b4783f85917b5933066479f22e (diff) |
- Fix problem with speex shared library version;
- build/install h323 channel module.
Notes
Notes:
svn path=/head/; revision=91714
Diffstat (limited to 'net/asterisk10/files/patch-channels::chan_h323.c')
-rw-r--r-- | net/asterisk10/files/patch-channels::chan_h323.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/asterisk10/files/patch-channels::chan_h323.c b/net/asterisk10/files/patch-channels::chan_h323.c new file mode 100644 index 000000000000..26256ec21152 --- /dev/null +++ b/net/asterisk10/files/patch-channels::chan_h323.c @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- channels/chan_h323.c 2003/10/19 06:39:00 1.1 ++++ channels/chan_h323.c 2003/10/19 06:52:18 +@@ -54,6 +54,7 @@ + #include <fcntl.h> + #include <netdb.h> + #include <sys/signal.h> ++#include <netinet/in_systm.h> + #include <netinet/ip.h> + + |