aboutsummaryrefslogtreecommitdiff
path: root/src/decoder_list.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-08-26 08:41:05 +0200
committerMax Kellermann <max@duempel.org>2008-08-26 08:41:05 +0200
commit4255bba0f7cbd4a1ac24859a65f8d974d1fb5a9b (patch)
treeb772aada976c129bd87759300e476b2d69ec2bf2 /src/decoder_list.c
parenta94845ee00d3107af7ffbe89bf1ec46380ae24ff (diff)
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.
Diffstat (limited to 'src/decoder_list.c')
-rw-r--r--src/decoder_list.c1
1 files changed, 1 insertions, 0 deletions
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;