2
0
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:
John Johansen 2012-02-16 08:16:18 -08:00
parent cbe3f33daf
commit ca9b813aea

View File

@ -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 */