aboutsummaryrefslogtreecommitdiffstats
path: root/examples/allatency.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2023-12-06 21:43:07 -0800
committerChris Robinson <[email protected]>2023-12-06 21:43:07 -0800
commitc679622010394100b221e6fd45bb9948e7d2ca5a (patch)
tree0ca3d6107e4fdae82078efade7f2889a2f98e629 /examples/allatency.c
parent98e7cf3b169a7f8b4bd6210242247b67645856ab (diff)
Add missing include for examples to have a UTF-8 main
Diffstat (limited to 'examples/allatency.c')
-rw-r--r--examples/allatency.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/allatency.c b/examples/allatency.c
index 01f4eb69..9a535442 100644
--- a/examples/allatency.c
+++ b/examples/allatency.c
@@ -37,6 +37,8 @@
#include "common/alhelpers.h"
+#include "win_main_utf8.h"
+
static LPALSOURCEDSOFT alSourcedSOFT;
static LPALSOURCE3DSOFT alSource3dSOFT;