summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>2015-11-16 20:13:09 +0100
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>2015-11-16 22:08:33 +0100
commitab5dfda78f14d2ca3d6383a2d23260e9d13127e3 (patch)
tree3fd2182c7f8e2942cbe8e47d722b7052f9327aaa
parent5cd6491b71008334daa9965464e038dc3e39948a (diff)
downloadsystemd-ab5dfda78f14d2ca3d6383a2d23260e9d13127e3.tar.gz
tree-wide: add missing includes
Add a few includes that we rely on to be include already.
-rw-r--r--src/libsystemd/sd-bus/bus-bloom.h1
-rw-r--r--src/libsystemd/sd-netlink/netlink-types.h2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/libsystemd/sd-bus/bus-bloom.h b/src/libsystemd/sd-bus/bus-bloom.h
index a9350d7f51..38892044f1 100644
--- a/src/libsystemd/sd-bus/bus-bloom.h
+++ b/src/libsystemd/sd-bus/bus-bloom.h
@@ -22,6 +22,7 @@
***/
#include <stdbool.h>
+#include <stddef.h>
#include <stdint.h>
/*
diff --git a/src/libsystemd/sd-netlink/netlink-types.h b/src/libsystemd/sd-netlink/netlink-types.h
index bf7c641541..9e636a0b53 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 <http://www.gnu.org/licenses/>.
***/
+#include "macro.h"
+
enum {
NETLINK_TYPE_UNSPEC,
NETLINK_TYPE_U8, /* NLA_U8 */