Skip to content

Commit

Permalink
add missing set.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Jan 15, 2025
1 parent 7892fdd commit cb3f466
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/shared/bus-get-properties.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include "bus-get-properties.h"
#include "bus-message-util.h"
#include "rlimit-util.h"
#include "set.h"
#include "stdio-util.h"
#include "string-util.h"

Expand Down
1 change: 1 addition & 0 deletions src/shared/bus-message-util.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include "bus-util.h"
#include "copy.h"
#include "resolve-util.h"
#include "set.h"

int bus_message_read_id128(sd_bus_message *m, sd_id128_t *ret) {
const void *a;
Expand Down
1 change: 1 addition & 0 deletions src/shared/bus-message-util.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include "sd-bus.h"

#include "in-addr-util.h"
#include "set.h"
#include "socket-netlink.h"

int bus_message_read_id128(sd_bus_message *m, sd_id128_t *ret);
Expand Down
1 change: 1 addition & 0 deletions src/shared/serialize.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include "missing_syscall.h"
#include "parse-util.h"
#include "process-util.h"
#include "set.h"
#include "serialize.h"
#include "strv.h"
#include "tmpfile-util.h"
Expand Down

0 comments on commit cb3f466

Please sign in to comment.