0
0
mirror of https://github.com/openwrt/packages.git synced 2025-02-12 05:48:07 +00:00
packages/libs/libshout/patches/010-gcc14.patch
Rosen Penev bfe0d361f3 libshout: fix compilation with GCC14
Missing headers.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-26 14:36:41 -07:00

12 lines
215 B
Diff

--- 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