diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-04-22 08:53:00 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-04-22 08:53:00 +0200 |
commit | b0cfe39c851de0851d88e1b6a51bf40a76fb8304 (patch) | |
tree | ab070405208c807123440e5c17b69e960225b465 /tests/tcpflood.c | |
parent | 83c40e8838a2b64a3fdb02196944302533079d2a (diff) | |
parent | 029218df5b7fbd6a7e4f945ecd32f84236885f53 (diff) | |
download | rsyslog-b0cfe39c851de0851d88e1b6a51bf40a76fb8304.tar.gz rsyslog-b0cfe39c851de0851d88e1b6a51bf40a76fb8304.tar.bz2 rsyslog-b0cfe39c851de0851d88e1b6a51bf40a76fb8304.zip |
Merge branch 'master' into multi-dequeue
Diffstat (limited to 'tests/tcpflood.c')
-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> |