diff options
Diffstat (limited to '')
-rw-r--r-- | src/decoder_thread.c (renamed from src/decode.c) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/decode.c b/src/decoder_thread.c index 3362077ac..4104b585f 100644 --- a/src/decode.c +++ b/src/decoder_thread.c @@ -1,5 +1,6 @@ /* the Music Player Daemon (MPD) * Copyright (C) 2003-2007 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2008 Max Kellermann <max@duempel.org> * This project's homepage is: http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify @@ -16,6 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include "decoder_thread.h" #include "decode.h" #include "decoder_internal.h" #include "player.h" |