summaryrefslogtreecommitdiff
path: root/mail/clamav/patches/patch-aa
blob: 07d5dbc51737efd1efafdf3ae273d07ba8aec54e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-aa,v 1.20.2.1 2010/05/20 21:58:59 tron Exp $

Fix compilation error DragonFly.

--- clamdtop/clamdtop.c.orig	2009-06-01 19:20:12.000000000 +0300
+++ clamdtop/clamdtop.c	2009-06-11 07:31:58.000000000 +0300
@@ -33,6 +33,7 @@
 #endif
 
 #include <unistd.h>
+#include <stdarg.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>