]> git.donarmstrong.com Git - lilypond.git/blobdiff - debug.cc
release: 0.0.5
[lilypond.git] / debug.cc
index 874937573e346bda16f067d0139aea65ee0b2a84..34859a3c9f70c93242c47e6a4b1589198f816229 100644 (file)
--- a/debug.cc
+++ b/debug.cc
@@ -1,9 +1,10 @@
+#include <fstream.h>
 #include "debug.hh"
 #include "dstream.hh"
 #include "vector.hh"
 
 Dstream monitor(&cout,".dstreamrc");
-
+ostream * nulldev = new ofstream("/dev/null");
 void
 debug_init()
 {