From dcc8b10cc70957cfe2266c7cd2ee51dcdfeae13a Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sat, 14 Sep 2024 14:43:31 +0200 Subject: [PATCH] package/musepack: fix occurring typo in patch description Signed-off-by: Peter Korsgaard Signed-off-by: Yann E. MORIN (cherry picked from commit 66dbf094d3a8613fc594c9d6ae1be7c0d19757ce) Signed-off-by: Peter Korsgaard --- package/musepack/0004-missing-sys-select.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/musepack/0004-missing-sys-select.patch b/package/musepack/0004-missing-sys-select.patch index 1e3a4b1140..64efbc4733 100644 --- a/package/musepack/0004-missing-sys-select.patch +++ b/package/musepack/0004-missing-sys-select.patch @@ -1,7 +1,7 @@ Add missing include This header is needed when types like fd_set are used. This fixes a -build issue occuring on the musl C library. +build issue occurring on the musl C library. Signed-off-by: Bernd Kuhls [Thomas: better commit log.]