From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1R1oS1-0007Cz-Ag for garchives@archives.gentoo.org; Thu, 08 Sep 2011 23:56:09 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F03821C172; Thu, 8 Sep 2011 23:55:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D7BDE21C174 for ; Thu, 8 Sep 2011 23:55:06 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8AC781B4024 for ; Thu, 8 Sep 2011 23:55:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id E5BFE80037 for ; Thu, 8 Sep 2011 23:55:05 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <4a3974af51fd14e7c6557e9428ff3c75542f23ad.blueness@gentoo> Subject: [gentoo-commits] proj/elfix:paxmark-libs commit in: / X-VCS-Repository: proj/elfix X-VCS-Files: libmypax.c X-VCS-Directories: / X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 4a3974af51fd14e7c6557e9428ff3c75542f23ad Date: Thu, 8 Sep 2011 23:55:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 1d439ac92bb442f4e7efdfefc15748a2 commit: 4a3974af51fd14e7c6557e9428ff3c75542f23ad Author: Anthony G. Basile gentoo org> AuthorDate: Mon Sep 5 22:19:31 2011 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Mon Sep 5 22:19:31 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/elfix.git;a=3D= commit;h=3D4a3974af libmypax.c: fix missing include stdio.h --- libmypax.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/libmypax.c b/libmypax.c index cdb0ff4..a53b62e 100644 --- a/libmypax.c +++ b/libmypax.c @@ -1,3 +1,4 @@ +#include #include #include #include