aboutsummaryrefslogtreecommitdiffstats
path: root/examples/alstream.c
diff options
context:
space:
mode:
authorChris Robinson <chris.kcat@gmail.com>2023-12-06 21:43:07 -0800
committerChris Robinson <chris.kcat@gmail.com>2023-12-06 21:43:07 -0800
commitc679622010394100b221e6fd45bb9948e7d2ca5a (patch)
tree0ca3d6107e4fdae82078efade7f2889a2f98e629 /examples/alstream.c
parent98e7cf3b169a7f8b4bd6210242247b67645856ab (diff)
Add missing include for examples to have a UTF-8 main
Diffstat (limited to 'examples/alstream.c')
-rw-r--r--examples/alstream.c2
1 files changed, 2 insertions, 0 deletions
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