diff options
Diffstat (limited to '')
-rw-r--r-- | src/PlaylistSong.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/PlaylistSong.cxx b/src/PlaylistSong.cxx index cfd01b130..118fb5715 100644 --- a/src/PlaylistSong.cxx +++ b/src/PlaylistSong.cxx @@ -31,6 +31,8 @@ extern "C" { #include "path.h" } +#include <glib.h> + #include <assert.h> #include <string.h> |