summaryrefslogtreecommitdiff
path: root/src/journal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/journal.h')
-rw-r--r--src/journal.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/journal.h b/src/journal.h
index 3fefe4e1..0b0c7850 100644
--- a/src/journal.h
+++ b/src/journal.h
@@ -77,10 +77,10 @@ class journal_t : public noncopyable
public:
struct fileinfo_t
{
- optional<path> filename;
- uintmax_t size;
- datetime_t modtime;
- bool from_stream;
+ optional<path> filename;
+ boost::uintmax_t size;
+ datetime_t modtime;
+ bool from_stream;
fileinfo_t() : size(0), from_stream(true) {
TRACE_CTOR(journal_t::fileinfo_t, "");