mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-22 18:17:09 +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.
|
* Ltd.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __AA_PARSER_H
|
||||||
|
#define __AA_PARSER_H
|
||||||
|
|
||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
#include <sys/resource.h>
|
#include <sys/resource.h>
|
||||||
#include "immunix.h"
|
#include "immunix.h"
|
||||||
@ -397,3 +400,5 @@ void yyerror(char *msg, ...)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif /** __AA_PARSER_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user