100-fix-poll-select.patch (315B)
1 Index: dbus-1.9.4/tools/tool-common.c 2 =================================================================== 3 --- dbus-1.9.4.orig/tools/tool-common.c 4 +++ dbus-1.9.4/tools/tool-common.c 5 @@ -29,6 +29,8 @@ 6 #include <string.h> 7 #include <time.h> 8 9 +#include <sys/select.h> 10 + 11 #ifdef DBUS_WIN 12 #include <windows.h> 13 #endif