ports/net/sipp/files/patch-send_packets.c
Martin Wilke 9014055fd5 - Update to 1.1.r6.20061208
PR:		ports/106915
Submitted by:	Artem Naluzhny<tut@nhamon.com.ua> (maintainer)
2006-12-21 23:07:44 +00:00

13 lines
303 B
C

$FreeBSD$
--- send_packets.c.orig
+++ send_packets.c
@@ -45,7 +45,7 @@
#include <unistd.h>
#include <stdlib.h>
#include <netinet/udp.h>
-#if defined(__DARWIN) || defined(__CYGWIN)
+#if defined(__DARWIN) || defined(__CYGWIN) || defined(__FreeBSD__)
#include <netinet/in.h>
#endif
#ifndef __CYGWIN