From: fred Date: Wed, 23 Oct 1996 23:27:39 +0000 (+0000) Subject: lilypond-0.0.5 X-Git-Tag: release/1.5.59~7030 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e3b0ef4ecda232f079a544f46ec02f732512ff05;p=lilypond.git lilypond-0.0.5 --- 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() {