blob: 8bb73bfe90775136d0653a41b9bf78b456139a56 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$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>
|