ASR_BASE
Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/external/subpack/libs/libshout/patches/010-gcc14.patch b/external/subpack/libs/libshout/patches/010-gcc14.patch
new file mode 100644
index 0000000..0ff6839
--- /dev/null
+++ b/external/subpack/libs/libshout/patches/010-gcc14.patch
@@ -0,0 +1,11 @@
+--- a/src/shout_private.h
++++ b/src/shout_private.h
+@@ -33,6 +33,8 @@
+ #include <common/timing/timing.h>
+ #include "util.h"
+
++#include <stdio.h>
++#include <stdlib.h>
+ #include <sys/types.h>
+
+ #ifdef HAVE_STDINT_H