diff options
Diffstat (limited to 'src/PlaylistPrint.hxx')
-rw-r--r-- | src/PlaylistPrint.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/PlaylistPrint.hxx b/src/PlaylistPrint.hxx index 588aeca85..16bee9b85 100644 --- a/src/PlaylistPrint.hxx +++ b/src/PlaylistPrint.hxx @@ -20,7 +20,8 @@ #ifndef MPD_PLAYLIST_PRINT_HXX #define MPD_PLAYLIST_PRINT_HXX -#include <glib.h> +#include "gerror.h" + #include <stdint.h> struct playlist; |