summaryrefslogtreecommitdiff
path: root/debug.cc
diff options
context:
space:
mode:
Diffstat (limited to 'debug.cc')
-rw-r--r--debug.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/debug.cc b/debug.cc
index 874937573e..34859a3c9f 100644
--- 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()
{