Commit 6a01153c authored by Max Kellermann's avatar Max Kellermann

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

parent 34aab116
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
#include "config.h"
#include "output_plugin.h" #include "output_plugin.h"
#include "output_internal.h" #include "output_internal.h"
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
#include "config.h"
#include "pcm_buffer.h" #include "pcm_buffer.h"
/** /**
......
...@@ -20,6 +20,8 @@ ...@@ -20,6 +20,8 @@
#ifndef PCM_BUFFER_H #ifndef PCM_BUFFER_H
#define PCM_BUFFER_H #define PCM_BUFFER_H
#include "check.h"
#include <glib.h> #include <glib.h>
#include <assert.h> #include <assert.h>
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
#include "config.h"
#include "test_pcm_all.h" #include "test_pcm_all.h"
#include "pcm_byteswap.h" #include "pcm_byteswap.h"
#include "pcm_buffer.h" #include "pcm_buffer.h"
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
#include "config.h"
#include "test_pcm_all.h" #include "test_pcm_all.h"
#include "test_glib_compat.h" #include "test_glib_compat.h"
#include "pcm_channels.h" #include "pcm_channels.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment