diff --git a/src/basic/env-file.c b/src/basic/env-file.c index f9d63aefed..968cd756bd 100644 --- a/src/basic/env-file.c +++ b/src/basic/env-file.c @@ -1,5 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1-or-later */ +#include #include #include "alloc-util.h" diff --git a/src/bootctl/bootctl.c b/src/bootctl/bootctl.c index 36744bece1..0bd7aa2e41 100644 --- a/src/bootctl/bootctl.c +++ b/src/bootctl/bootctl.c @@ -1,6 +1,7 @@ /* SPDX-License-Identifier: LGPL-2.1-or-later */ #include +#include #include "sd-varlink.h" diff --git a/src/libsystemd/sd-journal/journal-file.h b/src/libsystemd/sd-journal/journal-file.h index 68317f1308..1fcfafbb16 100644 --- a/src/libsystemd/sd-journal/journal-file.h +++ b/src/libsystemd/sd-journal/journal-file.h @@ -2,6 +2,7 @@ #pragma once #include +#include #include "compress.h" #include "forward.h" diff --git a/src/libsystemd/sd-journal/mmap-cache.c b/src/libsystemd/sd-journal/mmap-cache.c index 2c2f6c677d..f49ca12ba4 100644 --- a/src/libsystemd/sd-journal/mmap-cache.c +++ b/src/libsystemd/sd-journal/mmap-cache.c @@ -2,6 +2,7 @@ #include #include +#include #include "alloc-util.h" #include "bitfield.h" diff --git a/src/run/run.c b/src/run/run.c index 484a7d3a6f..b87de82137 100644 --- a/src/run/run.c +++ b/src/run/run.c @@ -5,6 +5,7 @@ #include #include #include +#include #include #include "sd-bus.h"