From 5b82ffc291c6b56ce85c139d48f4587d33b1f42c Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 12 Nov 2009 09:12:38 +0100 Subject: include config.h in all sources After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue. --- test/dump_playlist.c | 1 + test/read_conf.c | 1 + test/read_mixer.c | 2 +- test/read_tags.c | 2 +- test/run_decoder.c | 1 + test/run_encoder.c | 1 + test/run_filter.c | 1 + test/run_input.c | 1 + test/run_output.c | 1 + test/software_volume.c | 1 + 10 files changed, 10 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/dump_playlist.c b/test/dump_playlist.c index d6e7f17c0..75baf6c87 100644 --- a/test/dump_playlist.c +++ b/test/dump_playlist.c @@ -17,6 +17,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#include "config.h" #include "input_stream.h" #include "tag_pool.h" #include "tag_save.h" diff --git a/test/read_conf.c b/test/read_conf.c index 92fcbba99..45e4bea88 100644 --- a/test/read_conf.c +++ b/test/read_conf.c @@ -17,6 +17,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#include "config.h" #include "conf.h" #include diff --git a/test/read_mixer.c b/test/read_mixer.c index 208503618..60a63da00 100644 --- a/test/read_mixer.c +++ b/test/read_mixer.c @@ -17,12 +17,12 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#include "config.h" #include "mixer_control.h" #include "mixer_list.h" #include "filter_registry.h" #include "pcm_volume.h" #include "event_pipe.h" -#include "config.h" #include diff --git a/test/read_tags.c b/test/read_tags.c index d38183667..cde90dad7 100644 --- a/test/read_tags.c +++ b/test/read_tags.c @@ -17,6 +17,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#include "config.h" #include "decoder_list.h" #include "decoder_api.h" #include "input_stream.h" @@ -24,7 +25,6 @@ #include "pcm_volume.h" #include "tag_ape.h" #include "tag_id3.h" -#include "config.h" #include "idle.h" #include diff --git a/test/run_decoder.c b/test/run_decoder.c index 3128c6121..7e0c582a2 100644 --- a/test/run_decoder.c +++ b/test/run_decoder.c @@ -17,6 +17,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#include "config.h" #include "decoder_list.h" #include "decoder_api.h" #include "input_stream.h" diff --git a/test/run_encoder.c b/test/run_encoder.c index b953bcd9a..aaafd2e8f 100644 --- a/test/run_encoder.c +++ b/test/run_encoder.c @@ -17,6 +17,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#include "config.h" #include "encoder_list.h" #include "encoder_plugin.h" #include "audio_format.h" diff --git a/test/run_filter.c b/test/run_filter.c index 3c4b76125..de5f9a925 100644 --- a/test/run_filter.c +++ b/test/run_filter.c @@ -17,6 +17,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#include "config.h" #include "conf.h" #include "audio_parser.h" #include "audio_format.h" diff --git a/test/run_input.c b/test/run_input.c index 37c792b86..09cd6f6c6 100644 --- a/test/run_input.c +++ b/test/run_input.c @@ -17,6 +17,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#include "config.h" #include "input_stream.h" #include "tag_pool.h" #include "tag_save.h" diff --git a/test/run_output.c b/test/run_output.c index 0e91bb3fd..36bff7721 100644 --- a/test/run_output.c +++ b/test/run_output.c @@ -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" #include "output_control.h" diff --git a/test/software_volume.c b/test/software_volume.c index 5d551b1f3..a1cc1317a 100644 --- a/test/software_volume.c +++ b/test/software_volume.c @@ -23,6 +23,7 @@ * */ +#include "config.h" #include "pcm_volume.h" #include "audio_parser.h" #include "audio_format.h" -- cgit v1.2.3