diff options
-rw-r--r-- | src/fundamental/sha256.h | 2 |
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 |