blob: 64f652517e9baa36cf7bc67a6a5587a2e6afbec2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
|