From c679622010394100b221e6fd45bb9948e7d2ca5a Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 6 Dec 2023 21:43:07 -0800 Subject: Add missing include for examples to have a UTF-8 main --- examples/alstream.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/alstream.c') diff --git a/examples/alstream.c b/examples/alstream.c index a61680d2..7e62c50d 100644 --- a/examples/alstream.c +++ b/examples/alstream.c @@ -37,6 +37,8 @@ #include "common/alhelpers.h" +#include "win_main_utf8.h" + /* Define the number of buffers and buffer size (in milliseconds) to use. 4 * buffers at 200ms each gives a nice per-chunk size, and lets the queue last -- cgit v1.2.3