diff options
Diffstat (limited to 'security/apparmor')
-rw-r--r-- | security/apparmor/include/file.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/apparmor/include/file.h b/security/apparmor/include/file.h index be36feabb16a..ab8c6d87f758 100644 --- a/security/apparmor/include/file.h +++ b/security/apparmor/include/file.h | |||
@@ -15,12 +15,11 @@ | |||
15 | #ifndef __AA_FILE_H | 15 | #ifndef __AA_FILE_H |
16 | #define __AA_FILE_H | 16 | #define __AA_FILE_H |
17 | 17 | ||
18 | #include <linux/path.h> | ||
19 | |||
20 | #include "domain.h" | 18 | #include "domain.h" |
21 | #include "match.h" | 19 | #include "match.h" |
22 | 20 | ||
23 | struct aa_profile; | 21 | struct aa_profile; |
22 | struct path; | ||
24 | 23 | ||
25 | /* | 24 | /* |
26 | * We use MAY_EXEC, MAY_WRITE, MAY_READ, MAY_APPEND and the following flags | 25 | * We use MAY_EXEC, MAY_WRITE, MAY_READ, MAY_APPEND and the following flags |