diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-03-09 20:02:59 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-03-09 22:10:54 -0400 |
commit | 6410074b4f8f06a7fce32fa200f6c9f5d97fec45 (patch) | |
tree | aeb03c3a34dd3a4082ab94254982fd406256b428 /src/shared/audit.h | |
parent | faf9da01ad93bd48523f0966646bbd3ca85a2951 (diff) |
Add missing includes
audit.h uses uint32_t and bool.
log.h uses abs.
Diffstat (limited to 'src/shared/audit.h')
-rw-r--r-- | src/shared/audit.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. ***/ +#include <stdint.h> +#include <stdbool.h> #include <sys/types.h> |