From 7617788b7e1349ec979f8b88936f6702f1ce0d9a Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sun, 20 Mar 2016 10:32:43 +0100 Subject: [PATCH] html-xml-utils: fix musl build --- srcpkgs/html-xml-utils/patches/musl.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 srcpkgs/html-xml-utils/patches/musl.patch diff --git a/srcpkgs/html-xml-utils/patches/musl.patch b/srcpkgs/html-xml-utils/patches/musl.patch new file mode 100644 index 00000000000..ea5b9b8a4d6 --- /dev/null +++ b/srcpkgs/html-xml-utils/patches/musl.patch @@ -0,0 +1,10 @@ +--- hxnum.c.orig 2016-03-20 16:18:47.815855780 +0100 ++++ hxnum.c 2016-03-20 16:19:40.197200923 +0100 +@@ -29,6 +29,7 @@ + #endif + #include + #include ++#include + #include "export.h" + #include "types.e" + #include "class.e"