diff options
author | Chris Robinson <[email protected]> | 2023-12-06 21:43:07 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-12-06 21:43:07 -0800 |
commit | c679622010394100b221e6fd45bb9948e7d2ca5a (patch) | |
tree | 0ca3d6107e4fdae82078efade7f2889a2f98e629 /examples/alconvolve.c | |
parent | 98e7cf3b169a7f8b4bd6210242247b67645856ab (diff) |
Add missing include for examples to have a UTF-8 main
Diffstat (limited to 'examples/alconvolve.c')
-rw-r--r-- | examples/alconvolve.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/alconvolve.c b/examples/alconvolve.c index 8580d443..8198409c 100644 --- a/examples/alconvolve.c +++ b/examples/alconvolve.c @@ -38,6 +38,8 @@ #include "common/alhelpers.h" +#include "win_main_utf8.h" + #ifndef AL_SOFT_convolution_effect #define AL_SOFT_convolution_effect |