From: Jeff Dike Date: Tue, 6 Mar 2007 09:42:17 +0000 (-0800) Subject: [PATCH] linux/audit.h needs linux/types.h X-Git-Tag: v2.6.21-rc3~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3b46e650165f691a30ddede1a79d2df02f3459d7;p=platform%2Fkernel%2Flinux-exynos.git [PATCH] linux/audit.h needs linux/types.h Include linux/types.h here because we need a definition of __u32. This file appears not be exported verbatim by libc, so I think this doesn't have any userspace consequences. Signed-off-by: Jeff Dike Cc: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/linux/audit.h b/include/linux/audit.h index 229fa01..773e30d 100644 --- a/include/linux/audit.h +++ b/include/linux/audit.h @@ -24,6 +24,7 @@ #ifndef _LINUX_AUDIT_H_ #define _LINUX_AUDIT_H_ +#include #include /* The netlink messages for the audit system is divided into blocks: