From d562ba5fbbe117585eaade40a8e9c6ef1bf7ca1f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 8 Oct 2008 10:49:11 +0200 Subject: song: converted typedef Song to struct song Again, a data type which can be forward-declared. --- src/decoder_api.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/decoder_api.c') diff --git a/src/decoder_api.c b/src/decoder_api.c index 52ad21e60..fdce30c20 100644 --- a/src/decoder_api.c +++ b/src/decoder_api.c @@ -22,6 +22,7 @@ #include "decoder_control.h" #include "player_control.h" #include "audio.h" +#include "song.h" #include "utils.h" #include "normalize.h" -- cgit v1.2.3