summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-05-12 09:34:27 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-05-12 09:34:27 +0200
commit547e50c9fc9e009c54c5aa021ca9d9a8399d744a (patch)
tree1a85df3297b2981f3babbfc1ec9770e3b3e2dbee
parentaa07f62f10d3dd32c462d585cc88854d2122703a (diff)
downloadrsyslog-547e50c9fc9e009c54c5aa021ca9d9a8399d744a.tar.gz
rsyslog-547e50c9fc9e009c54c5aa021ca9d9a8399d744a.tar.xz
rsyslog-547e50c9fc9e009c54c5aa021ca9d9a8399d744a.zip
patch from Michael Biebl did not apply completely - manually done...
-rw-r--r--tcps_sess.c1
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>