freebsd-ports/net/asterisk/files/patch-channels::chan_h323.c
Maxim Sobolev 5d478a6316 - Fix problem with speex shared library version;
- build/install h323 channel module.
2003-10-20 09:26:28 +00:00

13 lines
249 B
C

$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>