From eb98e0da8b095634ae779b5b1f3c234d24cccde2 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 7 Feb 2009 04:26:30 -0400 Subject: More revision to the way options are handled; reworked CSV command. --- src/utils.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index a292ccf6..ddc83882 100644 --- a/src/utils.h +++ b/src/utils.h @@ -472,7 +472,8 @@ void finish_timer(const char * name); #include "error.h" #include "times.h" #include "flags.h" -#include "stream.h" +#include "stream.h" // output_stream_t +#include "pstream.h" // pstristream enum caught_signal_t { NONE_CAUGHT, -- cgit v1.2.3