Ticket #9269: patch-src-dbus-wxdbusconnection.cpp.diff

File patch-src-dbus-wxdbusconnection.cpp.diff, 330 bytes (added by Mojca Miklavec, 10 years ago)

add #include <pthread.h> to avoid build failure on Mac OS X 10.9 and possibly other OSes

  • src/dbus/wxdbusconnection.cpp

    old new DEALINGS IN THE SOFTWARE.  
    2727#include <errno.h>
    2828#include <list>
    2929#include <poll.h>
     30#include <pthread.h>
    3031
    3132// Define WITH_LIBDBUS to 1 (e.g. from configure) if you are using
    3233// libdbus < 1.2 that does not have dbus_watch_get_unix_fd yet.