303971b893
* Lots of bug fixes
14 lines
350 B
Text
14 lines
350 B
Text
$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>
|