From: yasuoka Date: Tue, 29 Aug 2023 07:54:01 +0000 (+0000) Subject: Have #include when using fprintf(). This is needed if X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=82ace9f975ca35cfa369e6de1fedc98153010012;p=openbsd Have #include when using fprintf(). This is needed if wchar.h stops including stdio.h. from asou ok tb --- diff --git a/regress/lib/libz/utils_unittest.cc b/regress/lib/libz/utils_unittest.cc index 57a9eaa2133..91ba8d797bf 100644 --- a/regress/lib/libz/utils_unittest.cc +++ b/regress/lib/libz/utils_unittest.cc @@ -1,4 +1,4 @@ -// $OpenBSD: utils_unittest.cc,v 1.4 2022/11/10 14:51:01 kn Exp $ +// $OpenBSD: utils_unittest.cc,v 1.5 2023/08/29 07:54:01 yasuoka Exp $ // // Copyright 2020 The Chromium Authors. All rights reserved. // @@ -29,6 +29,7 @@ // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include +#include #include #include