pcm_buffer, output_plugin, ...: include config.h

This commit is contained in:
Max Kellermann 2011-12-13 19:47:52 +01:00
parent 34aab116ae
commit 6a01153ce4
5 changed files with 6 additions and 0 deletions

View File

@ -17,6 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h"
#include "output_plugin.h"
#include "output_internal.h"

View File

@ -17,6 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h"
#include "pcm_buffer.h"
/**

View File

@ -20,6 +20,8 @@
#ifndef PCM_BUFFER_H
#define PCM_BUFFER_H
#include "check.h"
#include <glib.h>
#include <assert.h>

View File

@ -17,6 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h"
#include "test_pcm_all.h"
#include "pcm_byteswap.h"
#include "pcm_buffer.h"

View File

@ -17,6 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h"
#include "test_pcm_all.h"
#include "test_glib_compat.h"
#include "pcm_channels.h"