summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPeter Bray <pdb_ml@yahoo.com.au>2010-04-19 11:38:36 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-04-19 11:38:36 +0200
commit71406206d5e35cc4d4648b8dc5fe7cd295e5778b (patch)
tree3f29e92f63e24ef9c1389ce84708ee85f016eb40 /tests
parente858af4fb02e9e38bc07ee64c64d15303fc8a89d (diff)
downloadrsyslog-71406206d5e35cc4d4648b8dc5fe7cd295e5778b.tar.gz
rsyslog-71406206d5e35cc4d4648b8dc5fe7cd295e5778b.tar.xz
rsyslog-71406206d5e35cc4d4648b8dc5fe7cd295e5778b.zip
some platforms seem to need time.h inside msleep.c
Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/msleep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/msleep.c b/tests/msleep.c
index 6fa57b79..36fa01b5 100644
--- a/tests/msleep.c
+++ b/tests/msleep.c
@@ -26,6 +26,7 @@
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
+#include <time.h>
int main(int argc, char *argv[])
{