dbus: fix musl build
Signed-off-by: Steven Barth <steven@midlink.org>
This commit is contained in:
parent
c6b61a828b
commit
f0e61a423c
1 changed files with 13 additions and 0 deletions
13
utils/dbus/patches/100-fix-poll-select.patch
Normal file
13
utils/dbus/patches/100-fix-poll-select.patch
Normal file
|
@ -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
|
Loading…
Reference in a new issue