f48d35d92c
fixes a compile problem on macppc (where it attempts va_list assignment otherwise.)
12 lines
299 B
Text
12 lines
299 B
Text
$NetBSD: patch-aa,v 1.5 2004/04/04 06:45:00 mrg Exp $
|
|
|
|
--- mcop/debug.cc.orig 2003-10-14 05:59:41.000000000 +1000
|
|
+++ mcop/debug.cc 2004-04-04 16:22:41.000000000 +1000
|
|
@@ -24,6 +24,7 @@
|
|
*/
|
|
|
|
#include "debug.h"
|
|
+#include "config.h"
|
|
#include <stdlib.h>
|
|
#include <stdarg.h>
|
|
#include <stdio.h>
|