1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/net/asterisk16/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

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