From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 45182431B7 for ; Thu, 23 Jun 2022 23:19:59 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 6F8F068B6AC; Fri, 24 Jun 2022 02:19:56 +0300 (EEST) Received: from mail.comstyle.com (speedy.comstyle.com [206.51.28.2]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id D1CC868B308 for ; Fri, 24 Jun 2022 02:19:44 +0300 (EEST) Received: from mail.comstyle.com (localhost [127.0.0.1]) by mail.comstyle.com (Postfix) with ESMTP id 4LTbnB2CPLz8PbN; Thu, 23 Jun 2022 19:19:42 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=comstyle.com; h=message-id :date:mime-version:subject:to:references:from:in-reply-to :content-type:content-transfer-encoding; s=default; bh=67RzOVuzd ptAr+/F+EZjOzYWqsY=; b=IYIQ/9m0lpMZoP7X4+I/S/J33nwbOzjqNPF52fNk1 AkoZUhKvEIMp+tiUY+k4O/r2PbYkR88Em4AmnAs6O2dQppKT4O8PidhAapZ00Hoo sFs8/CH5tgD2qgE5dmoI/a/XU5eFMirXXAJRAJc+BORVS228k/fDcB59ppfU4GeS N4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=comstyle.com; h=message-id :date:mime-version:subject:to:references:from:in-reply-to :content-type:content-transfer-encoding; q=dns; s=default; b=CmP OfnByxIWVb8B+84GS5LO9rl2CYhQoLZXWSqr7wvEqhTpR93m9bNJU1t3s3FFVC46 XQz1gmX8pYGBADNEIE0TYpmeEnQUskHzI7JoTza5qsC3yVzWRS8KqPODx2pYaGhF YSPfxA+QnNfY38o6tutrcM0mrqvNbtxsk3RQwYPY= Received: from [IPV6:2001:470:b050:6:40d5:e672:d19b:9952] (unknown [IPv6:2001:470:b050:6:40d5:e672:d19b:9952]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: brad) by mail.comstyle.com (Postfix) with ESMTPSA id 4LTbn96NgJz8PbK; Thu, 23 Jun 2022 19:19:41 -0400 (EDT) Message-ID: Date: Thu, 23 Jun 2022 19:19:41 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.0 To: FFmpeg development discussions and patches , Brad Smith References: Content-Language: en-US From: Brad Smith In-Reply-To: Subject: Re: [FFmpeg-devel] [PATCH] Use proper header for OpenBSD PPC CPU detection X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: ping. On 3/2/2022 8:34 PM, Brad Smith wrote: > Use the proper header for PPC CPU detection code. sys/param.h includes > sys/types, but sys/types.h is the more appropriate header to be used > here. > > > diff --git a/libavutil/ppc/cpu.c b/libavutil/ppc/cpu.c > index b022149fa0..96b491c716 100644 > --- a/libavutil/ppc/cpu.c > +++ b/libavutil/ppc/cpu.c > @@ -28,7 +28,7 @@ > #include > #endif > #elif defined(__OpenBSD__) > -#include > +#include > #include > #include > #elif defined(__AMIGAOS4__) > _______________________________________________ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email > ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe". _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".