summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-bus
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 /src/libsystemd/sd-bus
parent5cd6491b71008334daa9965464e038dc3e39948a (diff)
tree-wide: add missing includes
Add a few includes that we rely on to be include already.
Diffstat (limited to 'src/libsystemd/sd-bus')
-rw-r--r--src/libsystemd/sd-bus/bus-bloom.h1
1 files changed, 1 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>
/*