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 1RpCRS-0000Em-SD for garchives@archives.gentoo.org; Mon, 23 Jan 2012 05:27:43 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E829DE07A8; Mon, 23 Jan 2012 05:27:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B8884E07A8 for ; Mon, 23 Jan 2012 05:27:34 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3EF771B4023 for ; Mon, 23 Jan 2012 05:27:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 3680080044 for ; Mon, 23 Jan 2012 05:27:33 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <319f5003c66130fac091fa2f86070ea9f0a43cb8.robbat2@gentoo> Subject: [gentoo-commits] proj/openrc:master commit in: src/rc/ X-VCS-Repository: proj/openrc X-VCS-Files: src/rc/checkpath.c X-VCS-Directories: src/rc/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 319f5003c66130fac091fa2f86070ea9f0a43cb8 Date: Mon, 23 Jan 2012 05:27:33 +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: 5b87f181-1d54-476b-b180-d493710c7581 X-Archives-Hash: d6b24bd6470b1259df71c5beeefcd55a commit: 319f5003c66130fac091fa2f86070ea9f0a43cb8 Author: Robin H. Johnson gentoo org> AuthorDate: Mon Jan 23 05:24:54 2012 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Mon Jan 23 05:24:54 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/openrc.git;a=3D= commit;h=3D319f5003 Revert "Drop include for features.h" This reverts commit 30a565f80d6056ccabadf77e347cf17067133f7e. --- src/rc/checkpath.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/rc/checkpath.c b/src/rc/checkpath.c index 2afbe90..4ad4ea7 100644 --- a/src/rc/checkpath.c +++ b/src/rc/checkpath.c @@ -32,6 +32,7 @@ #include #include =20 +#include #include #include #include