From: Zbigniew Jędrzejewski-Szmek Date: Tue, 10 Mar 2015 00:02:59 +0000 (-0400) Subject: Add missing includes X-Git-Tag: v219.0~415 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=6410074b4f8f06a7fce32fa200f6c9f5d97fec45;p=elogind.git Add missing includes audit.h uses uint32_t and bool. log.h uses abs. --- diff --git a/src/shared/audit.h b/src/shared/audit.h index 7e9c929ac..781866ae1 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 2dedfa3fd..d6061c05e 100644 --- a/src/shared/log.h +++ b/src/shared/log.h @@ -23,6 +23,7 @@ #include #include +#include #include #include #include