diff --git a/src/classlib/remote.cc b/src/classlib/remote.cc index 026a817..c8b9629 100644 --- a/src/classlib/remote.cc +++ b/src/classlib/remote.cc @@ -36,6 +36,11 @@ #include #include #include + + #ifndef DBUS_TIMEOUT_INFINITE + #define DBUS_TIMEOUT_INFINITE ((int) 0x7fffffff) + #endif // !DBUS_TIMEOUT_INFINITE + #endif // HAVE_DBUS #if defined(WIN32) -- libgit2 0.21.2