X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=src%2Fbasic%2Fbus-label.c;h=d8d5863b03b979dfa7fbade43d3514525ad18b48;hb=2b5cdb47b5a4a367bc2be8fe4457423f785884f0;hp=ccc9f2bf8e58df7c6047bafc13b22c127e77b0bb;hpb=1cfc78c91965df340cdde100ad6cb3ed50b28927;p=elogind.git diff --git a/src/basic/bus-label.c b/src/basic/bus-label.c index ccc9f2bf8..d8d5863b0 100644 --- a/src/basic/bus-label.c +++ b/src/basic/bus-label.c @@ -21,10 +21,10 @@ #include -#include "util.h" -#include "macro.h" - +#include "alloc-util.h" #include "bus-label.h" +#include "hexdecoct.h" +#include "macro.h" char *bus_label_escape(const char *s) { char *r, *t;