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/bus-proxyd/proxy.c | |
parent | 05a08cb60f02970e8476306074c70ee4e6a57fb3 (diff) |
shared: add formats-util.h
Diffstat (limited to 'src/bus-proxyd/proxy.c')
-rw-r--r-- | src/bus-proxyd/proxy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bus-proxyd/proxy.c b/src/bus-proxyd/proxy.c index c689618853..aa5010c1ac 100644 --- a/src/bus-proxyd/proxy.c +++ b/src/bus-proxyd/proxy.c @@ -42,6 +42,7 @@ #include "driver.h" #include "proxy.h" #include "synthesize.h" +#include "formats-util.h" static int proxy_create_destination(Proxy *p, const char *destination, const char *local_sec, bool negotiate_fds) { _cleanup_bus_close_unref_ sd_bus *b = NULL; |