mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 06:16:03 +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
|
||||
#define __AA_RULE_H
|
||||
|
||||
#include <cstdint>
|
||||
#include <list>
|
||||
#include <ostream>
|
||||
|
||||
|
Reference in New Issue
Block a user