From 05de2e998c7df2757ae63ce6a053e27eca3d13ca Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 17 Oct 2013 09:43:55 +0200 Subject: InputStream: use int64_t instead of goffset Decouple some more from GLib. --- src/PlaylistPrint.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/PlaylistPrint.cxx') 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 + void playlist_print_uris(Client *client, const struct playlist *playlist) { -- cgit v1.2.3