From: Lennart Poettering Date: Wed, 7 Dec 2022 17:32:38 +0000 (+0100) Subject: sha256: external headers should be included with <> X-Git-Tag: v253-rc1~331^2~4 X-Git-Url: http://git-history.diyao.me/?a=commitdiff_plain;h=17b296a11839ac63279b89e40cecb4c114c229b2;p=systemd%2F.git sha256: external headers should be included with <> --- diff --git a/src/fundamental/sha256.h b/src/fundamental/sha256.h index 31790c2ebd..7c29c785cb 100644 --- a/src/fundamental/sha256.h +++ b/src/fundamental/sha256.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: LGPL-2.1-or-later */ #pragma once -#include "stdint.h" +#include #define SHA256_DIGEST_SIZE 32