summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-03-25 17:21:36 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-03-25 17:21:36 +0100
commitb628ec633ebd8bdf2e1ddb168b7b63ea2c1bb87c (patch)
tree3c497b5b6e10deebc543853bab8286b47a3e5a42 /tests
parent0e0eaae4336cf2847a7deb76b974b73311f4acfd (diff)
downloadrsyslog-b628ec633ebd8bdf2e1ddb168b7b63ea2c1bb87c.tar.gz
rsyslog-b628ec633ebd8bdf2e1ddb168b7b63ea2c1bb87c.tar.xz
rsyslog-b628ec633ebd8bdf2e1ddb168b7b63ea2c1bb87c.zip
added missing header
Diffstat (limited to 'tests')
-rw-r--r--tests/tcpflood.c1
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