Files
systemd/src/shared
Jan Macku ca97d48bd4 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 91080bc973
2025-01-16 10:49:04 +01:00
..
2024-04-18 17:39:34 +02:00
2025-01-06 23:37:45 +01:00
2024-12-18 13:47:35 +01:00
2024-06-11 23:17:21 +01:00
2024-10-29 18:38:42 +01:00
2024-07-16 23:12:48 +02:00
2024-04-29 18:14:41 +02:00
2024-04-29 18:14:41 +02:00
2025-01-15 11:56:47 +01:00
2024-09-03 08:49:49 +02:00
2024-07-16 15:03:37 +02:00
2024-12-03 14:30:01 +01:00
2024-10-24 10:17:35 +02:00
2024-09-21 05:10:47 +09:00