commit f0e61a423c9a4828ce4ad3761e4e5403c4dac67d parent c6b61a828b18eb56955dfc119feaa36812ce0c80 Author: Steven Barth <steven@midlink.org> Date: Wed, 17 Dec 2014 10:34:38 +0100 dbus: fix musl build Signed-off-by: Steven Barth <steven@midlink.org> Diffstat:
| A | utils/dbus/patches/100-fix-poll-select.patch | | | 13 | +++++++++++++ |
1 file changed, 13 insertions(+), 0 deletions(-)
diff --git a/utils/dbus/patches/100-fix-poll-select.patch 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 <string.h> + #include <time.h> + ++#include <sys/select.h> ++ + #ifdef DBUS_WIN + #include <windows.h> + #endif