From 9645f12ed3c1174defe7227a8a0e96efec932d4e Mon Sep 17 00:00:00 2001 From: tb Date: Sun, 8 Feb 2026 17:17:03 +0000 Subject: [PATCH] a_bitstr.c: fix includes --- lib/libcrypto/asn1/a_bitstr.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lib/libcrypto/asn1/a_bitstr.c b/lib/libcrypto/asn1/a_bitstr.c index d84ecb025e4..a702a341faf 100644 --- a/lib/libcrypto/asn1/a_bitstr.c +++ b/lib/libcrypto/asn1/a_bitstr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: a_bitstr.c,v 1.49 2026/02/08 10:27:00 tb Exp $ */ +/* $OpenBSD: a_bitstr.c,v 1.50 2026/02/08 17:17:03 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -57,14 +57,16 @@ */ #include +#include #include +#include #include #include #include -#include -#include +#include +#include "asn1_local.h" #include "bytestring.h" #include "err_local.h"