mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01: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:
parent
d700f87d3e
commit
c5c0ecb508
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
|||
#ifndef __AA_RULE_H
|
||||
#define __AA_RULE_H
|
||||
|
||||
#include <cstdint>
|
||||
#include <list>
|
||||
#include <ostream>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue