mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-22 10:07:12 +00:00
Add missing ifdefs in parser.h
Signed-off-by: John Johansen <john.johansen@canonical.com> Acked-by: Kees Cook <kees@ubuntu.com>
This commit is contained in:
parent
cbe3f33daf
commit
ca9b813aea
@ -19,6 +19,9 @@
|
||||
* Ltd.
|
||||
*/
|
||||
|
||||
#ifndef __AA_PARSER_H
|
||||
#define __AA_PARSER_H
|
||||
|
||||
#include <netinet/in.h>
|
||||
#include <sys/resource.h>
|
||||
#include "immunix.h"
|
||||
@ -397,3 +400,5 @@ void yyerror(char *msg, ...)
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
#endif /** __AA_PARSER_H */
|
||||
|
Loading…
x
Reference in New Issue
Block a user