]> git.pld-linux.org Git - packages/systemd.git/blob - systemd-include.patch
22cbca6bfa406f5c45b47a66b16f94a101f23e60
[packages/systemd.git] / systemd-include.patch
1 Constant `false` (used on some platforms) requires <stdbool.h>
2
3 --- systemd-stable-251.2/src/fundamental/sha256.c.orig  2022-06-02 20:07:11.000000000 +0200
4 +++ systemd-stable-251.2/src/fundamental/sha256.c       2022-06-03 20:29:08.057216388 +0200
5 @@ -26,6 +26,7 @@
6  #ifndef SD_BOOT
7  #include <string.h>
8  #endif
9 +#include <stdbool.h>
10  
11  #include "macro-fundamental.h"
12  #include "sha256.h"
This page took 0.131432 seconds and 2 git commands to generate.