aboutsummaryrefslogtreecommitdiff
path: root/test/run_convert.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_convert.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_convert.c')
-rw-r--r--test/run_convert.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/run_convert.c b/test/run_convert.c
index ddfca087..415d7535 100644
--- a/test/run_convert.c
+++ b/test/run_convert.c
@@ -29,6 +29,7 @@
#include "pcm_convert.h"
#include "conf.h"
#include "fifo_buffer.h"
+#include "stdbin.h"
#include <glib.h>