diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-05-12 09:34:27 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-05-12 09:34:27 +0200 |
commit | 547e50c9fc9e009c54c5aa021ca9d9a8399d744a (patch) | |
tree | 1a85df3297b2981f3babbfc1ec9770e3b3e2dbee | |
parent | aa07f62f10d3dd32c462d585cc88854d2122703a (diff) | |
download | rsyslog-547e50c9fc9e009c54c5aa021ca9d9a8399d744a.tar.gz rsyslog-547e50c9fc9e009c54c5aa021ca9d9a8399d744a.tar.bz2 rsyslog-547e50c9fc9e009c54c5aa021ca9d9a8399d744a.zip |
patch from Michael Biebl did not apply completely - manually done...
-rw-r--r-- | tcps_sess.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tcps_sess.c b/tcps_sess.c index f5420fc0..3024c313 100644 --- a/tcps_sess.c +++ b/tcps_sess.c @@ -29,6 +29,7 @@ */ #include "config.h" #include <stdlib.h> +#include <string.h> #include <assert.h> #include <errno.h> #include <ctype.h> |