From 02ca960691b02f75019a46ba778bb10cf0bdd2e6 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 7 Aug 2007 09:37:43 +0000 Subject: applied patch from Michel Samia to fix compilation when the pthreads feature is disabled --- omfwd.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'omfwd.c') diff --git a/omfwd.c b/omfwd.c index c1172b0c..33d4af8c 100644 --- a/omfwd.c +++ b/omfwd.c @@ -44,6 +44,8 @@ #include #ifdef USE_PTHREADS #include +#else +#include #endif #include "rsyslog.h" #include "syslogd.h" -- cgit