d5a45fd443
A missing include causes a build failure with GCC 15.x. There are no known autobuilder failures for this issue, but the following defconfig allows to reproduce the issue: BR2_arm=y BR2_cortex_a9=y BR2_ARM_ENABLE_VFP=y BR2_TOOLCHAIN_EXTERNAL=y BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y BR2_INIT_NONE=y BR2_SYSTEM_BIN_SH_NONE=y # BR2_PACKAGE_BUSYBOX is not set BR2_PACKAGE_WEBRTC_AUDIO_PROCESSING=y # BR2_TARGET_ROOTFS_TAR is not set The affected code has completely changed in newer versions of webrtc-audio-processing, so we add a non-upstream patch, which can be dropped once we upgrade to a newer release. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>