mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
9ea68e6510
Submitted by: Tod McQuillin
14 lines
219 B
C
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>
|