diff options
Diffstat (limited to '')
-rw-r--r-- | src/input/InputStream.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/input/InputStream.hxx b/src/input/InputStream.hxx index 19cf0a2de..15c350103 100644 --- a/src/input/InputStream.hxx +++ b/src/input/InputStream.hxx @@ -21,6 +21,7 @@ #define MPD_INPUT_STREAM_HXX #include "check.h" +#include "Offset.hxx" #include "thread/Mutex.hxx" #include "Compiler.h" @@ -35,7 +36,7 @@ struct Tag; class InputStream { public: - typedef uint64_t offset_type; + typedef ::offset_type offset_type; private: /** |