diff options
author | Ronny Chevalier <chevalier.ronny@gmail.com> | 2015-04-10 20:43:52 +0200 |
---|---|---|
committer | Ronny Chevalier <chevalier.ronny@gmail.com> | 2015-04-10 23:54:48 +0200 |
commit | 6482f6269c87d2249e52e889a63adbdd50f2d691 (patch) | |
tree | c9ae27c01d1d1b1f451d3bbb0e9f512d32883312 /src/update-utmp | |
parent | 05a08cb60f02970e8476306074c70ee4e6a57fb3 (diff) |
shared: add formats-util.h
Diffstat (limited to 'src/update-utmp')
-rw-r--r-- | src/update-utmp/update-utmp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/update-utmp/update-utmp.c b/src/update-utmp/update-utmp.c index 33535ebd7f..ea9b0c9c84 100644 --- a/src/update-utmp/update-utmp.c +++ b/src/update-utmp/update-utmp.c @@ -37,6 +37,7 @@ #include "bus-util.h" #include "bus-error.h" #include "unit-name.h" +#include "formats-util.h" typedef struct Context { sd_bus *bus; |