summaryrefslogtreecommitdiffstats
path: root/src/include/stdbool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/stdbool.h')
-rw-r--r--src/include/stdbool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/stdbool.h b/src/include/stdbool.h
index c49a7f192..6afd038db 100644
--- a/src/include/stdbool.h
+++ b/src/include/stdbool.h
@@ -2,6 +2,7 @@
#define _STDBOOL_H
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+FILE_SECBOOT ( PERMITTED );
#define bool _Bool
#define true 1