Fix build on OSX

0.98.2
Shawn Webb 11 years ago
parent 2c0fa85f2c
commit 78b55c1993
  1. 4
      clamd/fan.c

@ -236,6 +236,10 @@ void *fan_th(void *arg)
#include <string.h>
#include <errno.h>
#include <openssl/ssl.h>
#include <openssl/err.h>
#include "libclamav/crypto.h"
#include "libclamav/clamav.h"
#include "libclamav/scanners.h"

Loading…
Cancel
Save