mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 10:31:22 +00:00
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
|