From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id F3736138CD3 for ; Sun, 7 Jun 2015 15:16:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A74DE0897; Sun, 7 Jun 2015 15:16:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4F130E0897 for ; Sun, 7 Jun 2015 15:16:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9AD9E33D3D0 for ; Sun, 7 Jun 2015 15:16:12 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2137) id 57AD1A2F; Sun, 7 Jun 2015 15:16:11 +0000 (UTC) From: "Alon Bar-Lev (alonbl)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, alonbl@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/tpm-tools/files: tpm-tools-1.3.8-build.patch tpm-tools-1.3.1-gold.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: tpm-tools-1.3.8-build.patch tpm-tools-1.3.1-gold.patch X-VCS-Directories: app-crypt/tpm-tools/files X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150607151611.57AD1A2F@oystercatcher.gentoo.org> Date: Sun, 7 Jun 2015 15:16:11 +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-Archives-Salt: dd3196f4-110b-4b08-a19e-5b2e4247c00f X-Archives-Hash: e813b9758ccab2484a28a75d8347fb5d alonbl 15/06/07 15:16:11 Added: tpm-tools-1.3.8-build.patch Removed: tpm-tools-1.3.1-gold.patch Log: Fix build issue, bug#551440, thanks to blueness (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key BF20DC51) Revision Changes Path 1.1 app-crypt/tpm-tools/files/tpm-tools-1.3.8-build.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/tpm-tools/files/tpm-tools-1.3.8-build.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/tpm-tools/files/tpm-tools-1.3.8-build.patch?rev=1.1&content-type=text/plain Index: tpm-tools-1.3.8-build.patch =================================================================== --- a/src/tpm_mgmt/tpm_nvread.c 2015-06-07 13:00:30.250314575 +0000 +++ b/src/tpm_mgmt/tpm_nvread.c 2015-06-07 12:54:45.590302275 +0000 @@ -23,6 +23,7 @@ #include #include #include +#include #include "tpm_nvcommon.h" #include "tpm_tspi.h"