X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Flibsystemd%2Fsd-bus%2Fbus-control.h;fp=src%2Flibsystemd%2Fsd-bus%2Fbus-control.h;h=aa290edac75cc9521a7a3f97411db5b8f1ec0d49;hb=19befb2d5fc087f96e40ddc432b2cc9385666209;hp=420e091b2e78b6d55d859040f05e48d02bdeb779;hpb=9a78148e40402b44f361f4fbf63bb97a21aeac0b;p=elogind.git diff --git a/src/libsystemd/sd-bus/bus-control.h b/src/libsystemd/sd-bus/bus-control.h index 420e091b2..aa290edac 100644 --- a/src/libsystemd/sd-bus/bus-control.h +++ b/src/libsystemd/sd-bus/bus-control.h @@ -22,6 +22,7 @@ ***/ #include "sd-bus.h" +#include "bus-match.h" int bus_add_match_internal(sd_bus *bus, const char *match, struct bus_match_component *components, unsigned n_components, uint64_t cookie); int bus_remove_match_internal(sd_bus *bus, const char *match, uint64_t cookie);