From 4becae174a3301eac5955f7900d3eef66728e440 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 30 Jan 2008 13:54:20 +0000 Subject: - fixed a bug that could cause invalid string handling via strerror_r varmojfekoj provided the patch - many thanks! - adopted varmojfekoj's patch to v3, some more sterror_r's ;) --- tcpsyslog.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tcpsyslog.c') diff --git a/tcpsyslog.c b/tcpsyslog.c index 0674f669..f8620e38 100644 --- a/tcpsyslog.c +++ b/tcpsyslog.c @@ -53,6 +53,7 @@ #include "gss-misc.h" #endif #include "tcpsyslog.h" +#include "srUtils.h" /******************************************************************** * ### SYSLOG/TCP CODE ### * This is code for syslog/tcp. This code would belong to a separate -- cgit