From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0E0E215800F for ; Sun, 29 Jan 2023 05:56:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6672E08C8; Sun, 29 Jan 2023 05:56:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC23CE08C8 for ; Sun, 29 Jan 2023 05:56:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9A9F5335DB5 for ; Sun, 29 Jan 2023 05:56:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42C94836 for ; Sun, 29 Jan 2023 05:56:36 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1674971793.781a3856ae53df051563645b45d8ff7033aea113.sam@gentoo> Subject: [gentoo-commits] proj/pax-utils:master commit in: / X-VCS-Repository: proj/pax-utils X-VCS-Files: paxinc.c X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 781a3856ae53df051563645b45d8ff7033aea113 X-VCS-Branch: master Date: Sun, 29 Jan 2023 05:56:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f1d74cd4-196d-4f6b-91d3-16a9e62c5abe X-Archives-Hash: 646b182f6cfe1cb5b8919e4e5e6a1fc5 commit: 781a3856ae53df051563645b45d8ff7033aea113 Author: Sam James gentoo org> AuthorDate: Sun Jan 29 05:55:51 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jan 29 05:56:33 2023 +0000 URL: https://gitweb.gentoo.org/proj/pax-utils.git/commit/?id=781a3856 paxinc: include for alloca Signed-off-by: Sam James gentoo.org> paxinc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/paxinc.c b/paxinc.c index 64a3069..c6eab87 100644 --- a/paxinc.c +++ b/paxinc.c @@ -9,6 +9,7 @@ /* stick common symbols here that are needed by paxinc.h */ #define IN_paxinc +#include #include "paxinc.h" char do_reverse_endian;