mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-02 23:35:37 +00:00
Fix missing uint32_t type declaration in rule.h
... by including cstdint. Credits go to the new gcc in Tumbleweed for proposing this patch.
This commit is contained in:
@@ -18,6 +18,7 @@
|
|||||||
#ifndef __AA_RULE_H
|
#ifndef __AA_RULE_H
|
||||||
#define __AA_RULE_H
|
#define __AA_RULE_H
|
||||||
|
|
||||||
|
#include <cstdint>
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <ostream>
|
#include <ostream>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user