diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2015-02-10 12:56:53 +0100 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2015-02-12 20:44:32 +0100 |
commit | c1ff5570f4a04bb9aedea444c12dce81679224ec (patch) | |
tree | 57a32227b50c451f6365a88e3994a23867039c17 /src/libsystemd/sd-bus/bus-bloom.h | |
parent | 76f282c636f33b41bdbc93a5b2945945ee0029bf (diff) |
Add missing includes in header files
This fixes various issues found by globally reordering the include
sections of all .c files.
Diffstat (limited to 'src/libsystemd/sd-bus/bus-bloom.h')
-rw-r--r-- | src/libsystemd/sd-bus/bus-bloom.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libsystemd/sd-bus/bus-bloom.h b/src/libsystemd/sd-bus/bus-bloom.h index 0dad5db78d..96c82d7e8f 100644 --- a/src/libsystemd/sd-bus/bus-bloom.h +++ b/src/libsystemd/sd-bus/bus-bloom.h @@ -21,6 +21,8 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. ***/ +#include <stdbool.h> +#include <stdint.h> #include <sys/types.h> /* |