From 4255bba0f7cbd4a1ac24859a65f8d974d1fb5a9b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 26 Aug 2008 08:41:05 +0200 Subject: moved global variable "pc" to player.h This is the last of the three variables. Now we don't need playerData.h anymore in most sources. --- src/decoder_list.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/decoder_list.c') diff --git a/src/decoder_list.c b/src/decoder_list.c index dd2c7973..8bbe4092 100644 --- a/src/decoder_list.c +++ b/src/decoder_list.c @@ -18,6 +18,7 @@ #include "decoder_list.h" #include "decoder_api.h" +#include "list.h" extern struct decoder_plugin mp3Plugin; extern struct decoder_plugin oggvorbisPlugin; -- cgit v1.2.3