From 538b592f5cc5e787940768085d7b0faed5ebb74a Mon Sep 17 00:00:00 2001 From: q66 Date: Sun, 13 Mar 2022 00:05:37 +0100 Subject: [PATCH] kup: fix build on musl --- srcpkgs/kup/patches/musl.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 srcpkgs/kup/patches/musl.patch diff --git a/srcpkgs/kup/patches/musl.patch b/srcpkgs/kup/patches/musl.patch new file mode 100644 index 00000000000..b62cdd945d9 --- /dev/null +++ b/srcpkgs/kup/patches/musl.patch @@ -0,0 +1,10 @@ +--- a/daemon/fsexecutor.cpp ++++ b/daemon/fsexecutor.cpp +@@ -15,6 +15,7 @@ + + #include + #include ++#include + + namespace { +