diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-04-17 14:37:41 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-04-17 14:37:41 +0200 |
commit | dc777849fcd5c300f229c44daf4278d8b6842b71 (patch) | |
tree | f982424fc573891b538edcca8691ab330472e756 | |
parent | 9348f8b9c2b5ba806dab8c7337877ab9da3f85b1 (diff) | |
download | rsyslog-dc777849fcd5c300f229c44daf4278d8b6842b71.tar.gz rsyslog-dc777849fcd5c300f229c44daf4278d8b6842b71.tar.xz rsyslog-dc777849fcd5c300f229c44daf4278d8b6842b71.zip |
bugfix: missing header (platform compatibility issue)v4.3.0
-rw-r--r-- | tests/tcpflood.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tcpflood.c b/tests/tcpflood.c index 9c17fd5b..8dbc201b 100644 --- a/tests/tcpflood.c +++ b/tests/tcpflood.c @@ -32,6 +32,7 @@ #include <stdio.h> #include <stdlib.h> #include <time.h> +#include <signal.h> #include <sys/types.h> #include <sys/socket.h> #include <arpa/inet.h> |