From c1ff5570f4a04bb9aedea444c12dce81679224ec Mon Sep 17 00:00:00 2001 From: Thomas Hindoe Paaboel Andersen Date: Tue, 10 Feb 2015 12:56:53 +0100 Subject: Add missing includes in header files This fixes various issues found by globally reordering the include sections of all .c files. --- src/libsystemd/sd-bus/bus-gvariant.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libsystemd/sd-bus/bus-gvariant.h') diff --git a/src/libsystemd/sd-bus/bus-gvariant.h b/src/libsystemd/sd-bus/bus-gvariant.h index b4bd2a50f0..fdf533591b 100644 --- a/src/libsystemd/sd-bus/bus-gvariant.h +++ b/src/libsystemd/sd-bus/bus-gvariant.h @@ -21,6 +21,8 @@ along with systemd; If not, see . ***/ +#include "macro.h" + int bus_gvariant_get_size(const char *signature) _pure_; int bus_gvariant_get_alignment(const char *signature) _pure_; int bus_gvariant_is_fixed_size(const char *signature) _pure_; -- cgit v1.2.3-54-g00ecf