2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-09-01 14:55:10 +00:00

libapparmor: Check correct macro to prevent multiple apparmor.h includes

This typo allowed apparmor.h to be pulled in multiple times.

Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
Acked-by: Steve Beattie <steve@nxnw.org>
This commit is contained in:
Tyler Hicks
2013-11-04 12:02:53 -08:00
parent a80c27ece3
commit b566174cc5

View File

@@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _SYS_APPARMOR_H_
#ifndef _SYS_APPARMOR_H
#define _SYS_APPARMOR_H 1
#include <stdint.h>