From f0e61a423c9a4828ce4ad3761e4e5403c4dac67d Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Wed, 17 Dec 2014 10:34:38 +0100 Subject: [PATCH] dbus: fix musl build Signed-off-by: Steven Barth --- utils/dbus/patches/100-fix-poll-select.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 utils/dbus/patches/100-fix-poll-select.patch diff --git a/utils/dbus/patches/100-fix-poll-select.patch b/utils/dbus/patches/100-fix-poll-select.patch new file mode 100644 index 000000000..64f652517 --- /dev/null +++ b/utils/dbus/patches/100-fix-poll-select.patch @@ -0,0 +1,13 @@ +Index: dbus-1.9.4/tools/tool-common.c +=================================================================== +--- dbus-1.9.4.orig/tools/tool-common.c ++++ dbus-1.9.4/tools/tool-common.c +@@ -29,6 +29,8 @@ + #include + #include + ++#include ++ + #ifdef DBUS_WIN + #include + #endif