summaryrefslogtreecommitdiff
path: root/src/fundamental
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2022-12-07 18:32:38 +0100
committerLennart Poettering <lennart@poettering.net>2022-12-08 15:18:46 +0100
commit17b296a11839ac63279b89e40cecb4c114c229b2 (patch)
treeb01875b0b1bffe5fed2d12c0cfff58ef5482e61f /src/fundamental
parenta5799902771dd8601dd933afae6cb6b5307a5d0e (diff)
downloadsystemd-17b296a11839ac63279b89e40cecb4c114c229b2.tar.gz
sha256: external headers should be included with <>
Diffstat (limited to 'src/fundamental')
-rw-r--r--src/fundamental/sha256.h2
1 files changed, 1 insertions, 1 deletions
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 <stdint.h>
#define SHA256_DIGEST_SIZE 32