From 6410074b4f8f06a7fce32fa200f6c9f5d97fec45 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Mon, 9 Mar 2015 20:02:59 -0400 Subject: Add missing includes audit.h uses uint32_t and bool. log.h uses abs. --- src/shared/audit.h | 2 ++ src/shared/log.h | 1 + 2 files changed, 3 insertions(+) (limited to 'src') diff --git a/src/shared/audit.h b/src/shared/audit.h index 7e9c929ac6..781866ae1c 100644 --- a/src/shared/audit.h +++ b/src/shared/audit.h @@ -21,6 +21,8 @@ along with systemd; If not, see . ***/ +#include +#include #include diff --git a/src/shared/log.h b/src/shared/log.h index 2dedfa3fd1..d6061c05ea 100644 --- a/src/shared/log.h +++ b/src/shared/log.h @@ -23,6 +23,7 @@ #include #include +#include #include #include #include -- cgit v1.2.3-54-g00ecf