Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
shared/bus-util: add missing
set.h
include
``` In file included from ../src/shared/bus-get-properties.c:4: ../src/shared/bus-message-util.h:22:60: error: unknown type name ‘Set’ 22 | int bus_message_append_string_set(sd_bus_message *m, const Set *s); | ^~~ ../src/shared/bus-get-properties.c: In function ‘bus_property_get_string_set’: ../src/shared/bus-get-properties.c:178:9: error: unknown type name ‘Set’ 178 | Set **s = ASSERT_PTR(userdata); | ^~~ ``` follow-up to systemd/systemd@91080bc (cherry picked from commit ca97d48bd425685d4ec20397812c3b1b006f5070) Resolves: RHEL-73780
- Loading branch information