blob: c0e293bd6c34951433b12cef63cc1535dc219f05 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.7 2004/04/20 13:29:12 markd Exp $
--- kpilot/conduits/malconduit/mal-conduit.cc.orig 2003-10-26 23:57:55.000000000 +1300
+++ kpilot/conduits/malconduit/mal-conduit.cc
@@ -41,7 +41,7 @@
#include "mal-factory.h"
#include "mal-conduit.moc"
#include <libmal.h>
-
+#include <stdarg.h>
// Something to allow us to check what revision
// the modules are that make up a binary distribution.
|