[apparmor] [PATCH 12/13] Add missing ifdefs in parser.h

John Johansen john.johansen at canonical.com
Tue Feb 14 17:32:34 UTC 2012


Signed-off-by: John Johansen <john.johansen at canonical.com>
---
 parser/parser.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/parser/parser.h b/parser/parser.h
index 1da5b87..31ffe75 100644
--- a/parser/parser.h
+++ b/parser/parser.h
@@ -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 */
-- 
1.7.9




More information about the AppArmor mailing list