From 7fb3d5f759e5df1ef8ea836544aa611558544a97 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 5 Aug 2015 11:32:35 +0200 Subject: [PATCH] bullet: unbreak musl builds. --- srcpkgs/bullet/patches/musl.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 srcpkgs/bullet/patches/musl.patch diff --git a/srcpkgs/bullet/patches/musl.patch b/srcpkgs/bullet/patches/musl.patch new file mode 100644 index 00000000000..25770def1a3 --- /dev/null +++ b/srcpkgs/bullet/patches/musl.patch @@ -0,0 +1,10 @@ +--- examples/ThirdPartyLibs/Gwen/Gwen.cpp.orig 2015-08-05 11:31:24.936137203 +0200 ++++ examples/ThirdPartyLibs/Gwen/Gwen.cpp 2015-08-05 11:31:33.447238474 +0200 +@@ -5,6 +5,7 @@ + */ + + ++#include + #include "Gwen/Gwen.h" + +