From 58f224b879fa46857807d7f15b82c1c8e152986f Mon Sep 17 00:00:00 2001 From: Steven Morgan Date: Sat, 10 May 2014 15:25:54 -0400 Subject: [PATCH] bz#10991 Add to stats.c missing #if HAVE_SYSCTLBYNAME --- libclamav/stats.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libclamav/stats.c b/libclamav/stats.c index 354f921ab..e21441e6f 100644 --- a/libclamav/stats.c +++ b/libclamav/stats.c @@ -34,8 +34,10 @@ #if defined(C_SOLARIS) #include #else +#if HAVE_SYSCTLBYNAME #include #endif +#endif #include #else #include