mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-17 11:42:31 +02:00
12 lines
257 B
Diff
12 lines
257 B
Diff
--- a/modules/juce_core/juce_core.cpp
|
|
+++ b/modules/juce_core/juce_core.cpp
|
|
@@ -104,7 +104,7 @@
|
|
#include <sys/ioctl.h>
|
|
|
|
#if ! (JUCE_ANDROID || JUCE_WASM)
|
|
- #include <execinfo.h>
|
|
+ #include "juce_core/execinfo.h"
|
|
#endif
|
|
|
|
# if JUCE_MAC || JUCE_IOS
|