]> git.ipfire.org Git - thirdparty/systemd.git/commit
shared/bus-util: add missing `set.h` include
authorJan Macku <jamacku@redhat.com>
Wed, 15 Jan 2025 14:06:46 +0000 (15:06 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 16 Jan 2025 09:49:04 +0000 (10:49 +0100)
commitca97d48bd425685d4ec20397812c3b1b006f5070
tree679531b6901c24a6de22b50d77257ba772c95d6d
parentc8342feb07342b35f6a9a4620f122b8b7a971f46
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 https://github.com/systemd/systemd/commit/91080bc9733b5b2478bfc0ed58f6a7ae5da7e639
src/shared/bus-message-util.h