From ab5dfda78f14d2ca3d6383a2d23260e9d13127e3 Mon Sep 17 00:00:00 2001 From: Thomas Hindoe Paaboel Andersen Date: Mon, 16 Nov 2015 20:13:09 +0100 Subject: [PATCH] tree-wide: add missing includes Add a few includes that we rely on to be include already. --- src/libsystemd/sd-bus/bus-bloom.h | 1 + src/libsystemd/sd-netlink/netlink-types.h | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/libsystemd/sd-bus/bus-bloom.h b/src/libsystemd/sd-bus/bus-bloom.h index a9350d7f51c..38892044f1e 100644 --- a/src/libsystemd/sd-bus/bus-bloom.h +++ b/src/libsystemd/sd-bus/bus-bloom.h @@ -22,6 +22,7 @@ ***/ #include +#include #include /* diff --git a/src/libsystemd/sd-netlink/netlink-types.h b/src/libsystemd/sd-netlink/netlink-types.h index bf7c641541b..9e636a0b538 100644 --- a/src/libsystemd/sd-netlink/netlink-types.h +++ b/src/libsystemd/sd-netlink/netlink-types.h @@ -21,6 +21,8 @@ along with systemd; If not, see . ***/ +#include "macro.h" + enum { NETLINK_TYPE_UNSPEC, NETLINK_TYPE_U8, /* NLA_U8 */ -- 2.47.3