From da4b83e77bc603745cf4a365d7f013301ef7fa89 Mon Sep 17 00:00:00 2001 From: Sven Eden Date: Thu, 6 Apr 2017 14:56:03 +0200 Subject: Prep v228: Add remaining updates from upstream (3/3) Apply remaining fixes and the performed move of utility functions into their own foo-util.[hc] files on the rest of elogind. --- src/libelogind/sd-bus/bus-match.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libelogind/sd-bus/bus-match.h') diff --git a/src/libelogind/sd-bus/bus-match.h b/src/libelogind/sd-bus/bus-match.h index 8b72a4f7c..c33f35dbc 100644 --- a/src/libelogind/sd-bus/bus-match.h +++ b/src/libelogind/sd-bus/bus-match.h @@ -21,10 +21,10 @@ along with systemd; If not, see . ***/ -#include "hashmap.h" - #include "sd-bus.h" +#include "hashmap.h" + enum bus_match_node_type { BUS_MATCH_ROOT, BUS_MATCH_VALUE, -- cgit v1.2.3