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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 55143139695 for ; Mon, 12 Jun 2017 15:41:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86516E0ECA; Mon, 12 Jun 2017 15:41:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 67DC0E0EC3 for ; Mon, 12 Jun 2017 15:41:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0DC2434181E for ; Mon, 12 Jun 2017 15:41:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9AE5D4C92 for ; Mon, 12 Jun 2017 15:41:49 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1496929422.560d874d2fee63bf7ca11f17cf9933021b639a1d.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: src/rc/ X-VCS-Repository: proj/openrc X-VCS-Files: src/rc/rc-wtmp.c X-VCS-Directories: src/rc/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 560d874d2fee63bf7ca11f17cf9933021b639a1d X-VCS-Branch: master Date: Mon, 12 Jun 2017 15:41:49 +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: 73c3121c-2b00-477a-b4a8-7f3b690f0167 X-Archives-Hash: a72111eacc3de08bb7792c8d53e5972a commit: 560d874d2fee63bf7ca11f17cf9933021b639a1d Author: William Hubbs gmail com> AuthorDate: Thu Jun 8 13:43:42 2017 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu Jun 8 13:43:42 2017 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=560d874d fix compile issue for musl src/rc/rc-wtmp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rc/rc-wtmp.c b/src/rc/rc-wtmp.c index 913fa06b..8d494303 100644 --- a/src/rc/rc-wtmp.c +++ b/src/rc/rc-wtmp.c @@ -20,6 +20,7 @@ #include #include #include +#include #include #include