From e3b0ef4ecda232f079a544f46ec02f732512ff05 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 23 Oct 1996 23:27:39 +0000 Subject: [PATCH] lilypond-0.0.5 --- debug.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debug.cc b/debug.cc index 874937573e..34859a3c9f 100644 --- a/debug.cc +++ b/debug.cc @@ -1,9 +1,10 @@ +#include #include "debug.hh" #include "dstream.hh" #include "vector.hh" Dstream monitor(&cout,".dstreamrc"); - +ostream * nulldev = new ofstream("/dev/null"); void debug_init() { -- 2.39.5