]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
sha256: external headers should be included with <>
authorLennart Poettering <lennart@poettering.net>
Wed, 7 Dec 2022 17:32:38 +0000 (18:32 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 8 Dec 2022 14:18:46 +0000 (15:18 +0100)
src/fundamental/sha256.h

index 31790c2ebd1737a0ab95fc37ba48b9d49fc76355..7c29c785cb46b0b0c3ca6f21d97c92065f869c93 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: LGPL-2.1-or-later */
 #pragma once
 
-#include "stdint.h"
+#include <stdint.h>
 
 #define SHA256_DIGEST_SIZE 32