diff options
-rw-r--r-- | tools/dbus-monitor.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/dbus-monitor.c b/tools/dbus-monitor.c index d20faa52..3779368a 100644 --- a/tools/dbus-monitor.c +++ b/tools/dbus-monitor.c @@ -95,7 +95,11 @@ monitor_filter_func (DBusConnection *connection, return DBUS_HANDLER_RESULT_HANDLED; } +#ifdef __APPLE__ +#define PROFILE_TIMED_FORMAT "%s\t%lu\t%d" +#else #define PROFILE_TIMED_FORMAT "%s\t%lu\t%lu" +#endif #define TRAP_NULL_STRING(str) ((str) ? (str) : "<none>") typedef enum |