diff --git a/src/dbusbind.c b/src/dbusbind.c index ec7a3ff7217..6ab976b58da 100644 --- a/src/dbusbind.c +++ b/src/dbusbind.c @@ -163,7 +163,7 @@ int xd_in_read_queued_messages = 0; || (type == DBUS_TYPE_DOUBLE) \ || (type == DBUS_TYPE_STRING) \ || (type == DBUS_TYPE_OBJECT_PATH) \ - || (type == DBUS_TYPE_SIGNATURE \ + || (type == DBUS_TYPE_SIGNATURE) \ || (type == DBUS_TYPE_UNIX_FD)) #else #define XD_BASIC_DBUS_TYPE(type) \