freebsd-ports/net/asterisk-bristuff/files/patch-channels::chan_h323.c
Maxim Sobolev 9ea68e6510 Fix build on 4.x.
Submitted by:	Tod McQuillin
2006-02-06 20:39:59 +00:00

13 lines
219 B
C

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