added missing explicit config.h includes
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
*/
|
||||
|
||||
#include "../decoder_api.h"
|
||||
#include "config.h"
|
||||
|
||||
#define AAC_MAX_CHANNELS 6
|
||||
|
||||
|
@@ -17,6 +17,7 @@
|
||||
*/
|
||||
|
||||
#include "../decoder_api.h"
|
||||
#include "config.h"
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
|
@@ -18,6 +18,7 @@
|
||||
|
||||
#include "../decoder_api.h"
|
||||
#include "../conf.h"
|
||||
#include "config.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <unistd.h>
|
||||
|
@@ -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"
|
||||
|
||||
|
@@ -17,6 +17,7 @@
|
||||
*/
|
||||
|
||||
#include "../decoder_api.h"
|
||||
#include "config.h"
|
||||
|
||||
#include <mpcdec/mpcdec.h>
|
||||
#include <glib.h>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user