From 3435154cd9fe488d56bb9b0661295ee399864dc5 Mon Sep 17 00:00:00 2001 From: tb <> Date: Thu, 12 Oct 2023 04:53:45 +0000 Subject: x509_algor: add a few missing includes --- src/regress/lib/libcrypto/asn1/x509_algor.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/regress/lib/libcrypto/asn1/x509_algor.c b/src/regress/lib/libcrypto/asn1/x509_algor.c index f0c63696d0..1c8705ace9 100644 --- a/src/regress/lib/libcrypto/asn1/x509_algor.c +++ b/src/regress/lib/libcrypto/asn1/x509_algor.c @@ -1,4 +1,4 @@ -/* $OpenBSD: x509_algor.c,v 1.3 2023/10/11 13:13:25 tb Exp $ */ +/* $OpenBSD: x509_algor.c,v 1.4 2023/10/12 04:53:45 tb Exp $ */ /* * Copyright (c) 2023 Theo Buehler * @@ -18,6 +18,9 @@ #include #include +#include +#include +#include #include static int -- cgit v1.2.3-55-g6feb