aboutsummaryrefslogtreecommitdiffstats
path: root/test/run_decoder.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2010-05-20 07:17:20 +0200
committerMax Kellermann <max@duempel.org>2010-05-20 09:20:30 +0200
commit9aeed069641d69d69290a802f3626d2e6d804abc (patch)
treeb38a31d79f7ae3301eef70eec5dca26ad9010684 /test/run_decoder.c
parenteda46bc07f8bb557c4d208045a1eca73bc9d5f92 (diff)
downloadmpd-9aeed069641d69d69290a802f3626d2e6d804abc.tar.gz
mpd-9aeed069641d69d69290a802f3626d2e6d804abc.tar.xz
mpd-9aeed069641d69d69290a802f3626d2e6d804abc.zip
test: enable binary mode on stdin/stdout
Declaring the global variable _CRT_fmode is a documented hack. What an ugly platform!
Diffstat (limited to 'test/run_decoder.c')
-rw-r--r--test/run_decoder.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/run_decoder.c b/test/run_decoder.c
index ef268773a..92112cef6 100644
--- a/test/run_decoder.c
+++ b/test/run_decoder.c
@@ -25,6 +25,7 @@
#include "audio_format.h"
#include "pcm_volume.h"
#include "idle.h"
+#include "stdbin.h"
#include <glib.h>