diff options
Diffstat (limited to 'src/SongPrint.cxx')
-rw-r--r-- | src/SongPrint.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/SongPrint.cxx b/src/SongPrint.cxx index c56e54d8b..126e5b9f4 100644 --- a/src/SongPrint.cxx +++ b/src/SongPrint.cxx @@ -30,6 +30,8 @@ extern "C" { #include "uri.h" } +#include <glib.h> + void song_print_uri(Client *client, struct song *song) { |