From: jsing Date: Thu, 28 Mar 2024 08:36:13 +0000 (+0000) Subject: Include stdint.h since we use uint*_t types. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=5717d96995e82768aae67fdc8d13a4a8cf8d9d90;p=openbsd Include stdint.h since we use uint*_t types. --- diff --git a/lib/libcrypto/crypto_internal.h b/lib/libcrypto/crypto_internal.h index 5e21535f37c..924cf6db49a 100644 --- a/lib/libcrypto/crypto_internal.h +++ b/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