bz#10991 Add to stats.c missing #if HAVE_SYSCTLBYNAME

pull/6/head
Steven Morgan 11 years ago
parent 2c855a24eb
commit 58f224b879
  1. 2
      libclamav/stats.c

@ -34,8 +34,10 @@
#if defined(C_SOLARIS)
#include <sys/utsname.h>
#else
#if HAVE_SYSCTLBYNAME
#include <sys/sysctl.h>
#endif
#endif
#include <dlfcn.h>
#else
#include <Windows.h>

Loading…
Cancel
Save