Ticket #9269: patch-src-dbus-wxdbusconnection.cpp.diff
File patch-src-dbus-wxdbusconnection.cpp.diff, 330 bytes (added by , 11 years ago) |
---|
-
src/dbus/wxdbusconnection.cpp
old new DEALINGS IN THE SOFTWARE. 27 27 #include <errno.h> 28 28 #include <list> 29 29 #include <poll.h> 30 #include <pthread.h> 30 31 31 32 // Define WITH_LIBDBUS to 1 (e.g. from configure) if you are using 32 33 // libdbus < 1.2 that does not have dbus_watch_get_unix_fd yet.