From fd67de0152ca63ac47c954d37da6579be3b4ee20 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 10 Oct 2018 17:44:09 +0200 Subject: [PATCH] tree-wide: fix a few missing includes --- src/import/import-common.h | 2 ++ src/shared/machine-image.h | 2 ++ src/shared/verbs.h | 2 ++ 3 files changed, 6 insertions(+) diff --git a/src/import/import-common.h b/src/import/import-common.h index 99ac5fe970..34ed829de0 100644 --- a/src/import/import-common.h +++ b/src/import/import-common.h @@ -1,6 +1,8 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once +#include + int import_make_read_only_fd(int fd); int import_make_read_only(const char *path); diff --git a/src/shared/machine-image.h b/src/shared/machine-image.h index 2e38522acd..de06147e7b 100644 --- a/src/shared/machine-image.h +++ b/src/shared/machine-image.h @@ -4,6 +4,8 @@ #include #include +#include "sd-id128.h" + #include "hashmap.h" #include "lockfile-util.h" #include "macro.h" diff --git a/src/shared/verbs.h b/src/shared/verbs.h index e174255a76..010c0df3fd 100644 --- a/src/shared/verbs.h +++ b/src/shared/verbs.h @@ -1,6 +1,8 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once +#include + #define VERB_ANY ((unsigned) -1) typedef enum VerbFlags {