diff options
author | Max Kellermann <max@duempel.org> | 2013-10-17 09:43:55 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-17 10:45:10 +0200 |
commit | 05de2e998c7df2757ae63ce6a053e27eca3d13ca (patch) | |
tree | 2c85c43cb69dc2dc7086bfddc66090928cd0d93f /src/PlaylistPrint.cxx | |
parent | 24780d99e61af44141e8f0d0d0776a1c994e6770 (diff) |
InputStream: use int64_t instead of goffset
Decouple some more from GLib.
Diffstat (limited to 'src/PlaylistPrint.cxx')
-rw-r--r-- | src/PlaylistPrint.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/PlaylistPrint.cxx b/src/PlaylistPrint.cxx index 791a600c5..0a9b5c4bc 100644 --- a/src/PlaylistPrint.cxx +++ b/src/PlaylistPrint.cxx @@ -36,6 +36,8 @@ #include "util/Error.hxx" #include "thread/Cond.hxx" +#include <glib.h> + void playlist_print_uris(Client *client, const struct playlist *playlist) { |