diff options
author | Mike Yuan <me@yhndnzj.com> | 2025-01-11 17:10:43 +0100 |
---|---|---|
committer | Mike Yuan <me@yhndnzj.com> | 2025-01-13 16:24:44 +0100 |
commit | e3d37628aabff92e4b756e63ef0a6cd4569ce743 (patch) | |
tree | 042b42ac122eccf1898b91f59961d7ca2c18e2b4 /src/timedate | |
parent | shared/bus-util: move bus_message_read_id128() to bus-message-util (diff) | |
download | systemd-e3d37628aabff92e4b756e63ef0a6cd4569ce743.tar.xz systemd-e3d37628aabff92e4b756e63ef0a6cd4569ce743.zip |
shared/bus-util: move bus_message_hash_ops to bus-message-util
Diffstat (limited to 'src/timedate')
-rw-r--r-- | src/timedate/timedated.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/timedate/timedated.c b/src/timedate/timedated.c index c79bb864df..b196034a25 100644 --- a/src/timedate/timedated.c +++ b/src/timedate/timedated.c @@ -17,6 +17,7 @@ #include "bus-locator.h" #include "bus-log-control-api.h" #include "bus-map-properties.h" +#include "bus-message-util.h" #include "bus-polkit.h" #include "bus-unit-util.h" #include "clock-util.h" |