From 72a12f4c37ca1feaa60b3a86de5fbb823b79cd57 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Thu, 28 Mar 2024 08:36:13 +0000 Subject: Include stdint.h since we use uint*_t types. --- src/lib/libcrypto/crypto_internal.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib/libcrypto/crypto_internal.h b/src/lib/libcrypto/crypto_internal.h index 5e21535f37..924cf6db49 100644 --- a/src/lib/libcrypto/crypto_internal.h +++ b/src/lib/libcrypto/crypto_internal.h @@ -1,4 +1,4 @@ -/* $OpenBSD: crypto_internal.h,v 1.8 2024/03/26 04:11:42 jsing Exp $ */ +/* $OpenBSD: crypto_internal.h,v 1.9 2024/03/28 08:36:13 jsing Exp $ */ /* * Copyright (c) 2023 Joel Sing * @@ -17,6 +17,7 @@ #include #include +#include #include #ifndef HEADER_CRYPTO_INTERNAL_H -- cgit v1.2.3-55-g6feb