diff options
author | Max Kellermann <max@duempel.org> | 2009-02-15 18:33:31 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-02-15 18:33:31 +0100 |
commit | 900784bb4ebd6613223164e222f19abd3a312a93 (patch) | |
tree | 390462e9812257898bb7475c91a0884f4c185862 /src/player_thread.c | |
parent | 3e3c524264ceedb9aff3291ed9f7b516250d428e (diff) | |
download | mpd-900784bb4ebd6613223164e222f19abd3a312a93.tar.gz mpd-900784bb4ebd6613223164e222f19abd3a312a93.tar.xz mpd-900784bb4ebd6613223164e222f19abd3a312a93.zip |
decoder_api: moved enum decoder_command to decoder_command.h
Minimize header dependencies, again.
Diffstat (limited to '')
-rw-r--r-- | src/player_thread.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/player_thread.c b/src/player_thread.c index e16a46d5d..06d44c7b4 100644 --- a/src/player_thread.c +++ b/src/player_thread.c @@ -26,6 +26,7 @@ #include "event_pipe.h" #include "crossfade.h" #include "song.h" +#include "tag.h" #include "pipe.h" #include "idle.h" #include "main.h" |