diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-05-19 09:24:03 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-05-19 09:24:03 +0200 |
commit | cb0fa751b7e18ffe71aec84bccfeaf04fca7ff13 (patch) | |
tree | b985c583bca6486cdf628a56a24c13c37288f2c8 /tests/rscript.c | |
parent | fe5bea77ac2533faab3b7b73bc253c4dc7d702bc (diff) | |
parent | 55714cdb440b4baa32f88d55316755555ef93607 (diff) | |
download | rsyslog-cb0fa751b7e18ffe71aec84bccfeaf04fca7ff13.tar.gz rsyslog-cb0fa751b7e18ffe71aec84bccfeaf04fca7ff13.tar.bz2 rsyslog-cb0fa751b7e18ffe71aec84bccfeaf04fca7ff13.zip |
Merge branch 'master' into tmp
Conflicts:
tests/Makefile.am
Diffstat (limited to 'tests/rscript.c')
-rw-r--r-- | tests/rscript.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/rscript.c b/tests/rscript.c index 6b232f5f..ce81491c 100644 --- a/tests/rscript.c +++ b/tests/rscript.c @@ -24,6 +24,7 @@ */ #include "config.h" #include <stdio.h> +#include <string.h> #include <glob.h> #include <sys/stat.h> |