ports/net/ndisc6/files/patch-src_tcpspray.c
Steve Wills 43dcdab1bd net/ndisc6 update to 1.0.3
PR:		233854
Submitted by:	m.tsatsenko@gmail.com (maintainer)
2018-12-08 18:08:08 +00:00

10 lines
238 B
C

--- src/tcpspray.c.orig 2011-09-22 16:00:30 UTC
+++ src/tcpspray.c
@@ -33,6 +33,7 @@
# define SIZE_MAX SIZE_T_MAX // FreeBSD 4.x workaround
#endif
#include <stdlib.h>
+#include <signal.h>
#include <sys/types.h>
#include <unistd.h>