summaryrefslogtreecommitdiff
path: root/mail/clamav/patches/patch-aa
blob: fdb3bb34e70b7300be9a089f04ff21ed7311bda0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-aa,v 1.21 2010/05/20 07:47:45 martti 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>