mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 06:40:33 -04:00
10 lines
238 B
C
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>
|