aboutsummaryrefslogtreecommitdiff
path: root/test/run_normalize.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_normalize.c
parenteda46bc07f8bb557c4d208045a1eca73bc9d5f92 (diff)
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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/run_normalize.c b/test/run_normalize.c
index 8b93ea25..dd114078 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>