diff options
author | Max Kellermann <max@duempel.org> | 2010-05-20 07:17:20 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2010-05-20 09:20:30 +0200 |
commit | 9aeed069641d69d69290a802f3626d2e6d804abc (patch) | |
tree | b38a31d79f7ae3301eef70eec5dca26ad9010684 /test/run_normalize.c | |
parent | eda46bc07f8bb557c4d208045a1eca73bc9d5f92 (diff) | |
download | mpd-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_normalize.c')
-rw-r--r-- | test/run_normalize.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/run_normalize.c b/test/run_normalize.c index 8b93ea256..dd1140782 100644 --- a/test/run_normalize.c +++ b/test/run_normalize.c @@ -27,6 +27,7 @@ #include "AudioCompress/compress.h" #include "audio_parser.h" #include "audio_format.h" +#include "stdbin.h" #include <glib.h> |