aboutsummaryrefslogtreecommitdiff
path: root/test/run_output.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_output.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_output.c')
-rw-r--r--test/run_output.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/run_output.c b/test/run_output.c
index 188f8710..5028068f 100644
--- a/test/run_output.c
+++ b/test/run_output.c
@@ -28,6 +28,7 @@
#include "event_pipe.h"
#include "idle.h"
#include "playlist.h"
+#include "stdbin.h"
#include <glib.h>