added missing explicit config.h includes

This commit is contained in:
Max Kellermann
2009-01-08 21:37:02 +01:00
parent 1c2f24dfc6
commit 5e93d3682f
18 changed files with 19 additions and 11 deletions

View File

@@ -17,6 +17,7 @@
*/
#include "../decoder_api.h"
#include "config.h"
#define AAC_MAX_CHANNELS 6

View File

@@ -17,6 +17,7 @@
*/
#include "../decoder_api.h"
#include "config.h"
#include <glib.h>

View File

@@ -18,6 +18,7 @@
#include "../decoder_api.h"
#include "../conf.h"
#include "config.h"
#include <assert.h>
#include <unistd.h>

View File

@@ -1,7 +1,7 @@
/* the Music Player Daemon (MPD)
* Copyright (C) 2003-2007 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org
*
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
@@ -17,6 +17,7 @@
*/
#include "../decoder_api.h"
#include "config.h"
#include "mp4ff.h"

View File

@@ -17,6 +17,7 @@
*/
#include "../decoder_api.h"
#include "config.h"
#include <mpcdec/mpcdec.h>
#include <glib.h>

View File

@@ -19,6 +19,7 @@
/* TODO 'ogg' should probably be replaced with 'oggvorbis' in all instances */
#include "_ogg_common.h"
#include "config.h"
#ifndef HAVE_TREMOR
#include <vorbis/vorbisfile.h>