diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-03-25 17:21:36 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-03-25 17:21:36 +0100 |
commit | b628ec633ebd8bdf2e1ddb168b7b63ea2c1bb87c (patch) | |
tree | 3c497b5b6e10deebc543853bab8286b47a3e5a42 /tests/tcpflood.c | |
parent | 0e0eaae4336cf2847a7deb76b974b73311f4acfd (diff) | |
download | rsyslog-b628ec633ebd8bdf2e1ddb168b7b63ea2c1bb87c.tar.gz rsyslog-b628ec633ebd8bdf2e1ddb168b7b63ea2c1bb87c.tar.xz rsyslog-b628ec633ebd8bdf2e1ddb168b7b63ea2c1bb87c.zip |
added missing header
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 259b84b3..68c1c097 100644 --- a/tests/tcpflood.c +++ b/tests/tcpflood.c @@ -54,6 +54,7 @@ #include <unistd.h> #include <string.h> #include <netinet/in.h> +#include <sys/resource.h> #define EXIT_FAILURE 1 #define INVALID_SOCKET -1 |