From 9aeed069641d69d69290a802f3626d2e6d804abc Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 20 May 2010 07:17:20 +0200 Subject: test: enable binary mode on stdin/stdout Declaring the global variable _CRT_fmode is a documented hack. What an ugly platform! --- test/software_volume.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test/software_volume.c') diff --git a/test/software_volume.c b/test/software_volume.c index 55f2b0b54..c4de69328 100644 --- a/test/software_volume.c +++ b/test/software_volume.c @@ -27,6 +27,7 @@ #include "pcm_volume.h" #include "audio_parser.h" #include "audio_format.h" +#include "stdbin.h" #include -- cgit v1.2.3