You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
315 B

  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. +#include <sys/select.h>
  9. +
  10. #ifdef DBUS_WIN
  11. #include <windows.h>
  12. #endif