]> git.pld-linux.org Git - packages/systemd.git/blame - systemd-include.patch
up to 251.7
[packages/systemd.git] / systemd-include.patch
CommitLineData
30e3c243
JB
1Constant `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.313716 seconds and 4 git commands to generate.