summaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-07 04:26:30 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-07 04:26:30 -0400
commiteb98e0da8b095634ae779b5b1f3c234d24cccde2 (patch)
tree0ae0bc269b90f47f0e74432c6363dd84baf41d50 /src/utils.h
parent17c7037da9ee345c02ad8db89d976fb6c122a7d7 (diff)
downloadfork-ledger-eb98e0da8b095634ae779b5b1f3c234d24cccde2.tar.gz
fork-ledger-eb98e0da8b095634ae779b5b1f3c234d24cccde2.tar.bz2
fork-ledger-eb98e0da8b095634ae779b5b1f3c234d24cccde2.zip
More revision to the way options are handled; reworked CSV command.
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h3
1 files changed, 2 insertions, 1 deletions
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,