mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 06:58:39 +01:00
f0e61a423c
Signed-off-by: Steven Barth <steven@midlink.org>
14 lines
315 B
Diff
14 lines
315 B
Diff
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
|