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 AC4FF138222 for ; Tue, 3 May 2016 16:08:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65B8D21C00B; Tue, 3 May 2016 16:08:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 0428721C00B for ; Tue, 3 May 2016 16:08:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EAA36340BCB for ; Tue, 3 May 2016 16:08:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8231915F for ; Tue, 3 May 2016 16:08:22 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1462291694.53aba1299c0c1c97839aebe1effda6672051e4c2.grobian@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/rsync-generation/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: scripts/rsync-generation/hashgen.c X-VCS-Directories: scripts/rsync-generation/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 53aba1299c0c1c97839aebe1effda6672051e4c2 X-VCS-Branch: master Date: Tue, 3 May 2016 16:08:22 +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: 15449213-cdff-4923-b008-e96073fd73d0 X-Archives-Hash: a4a5bbeaa6e7c4014840e81767ab214d commit: 53aba1299c0c1c97839aebe1effda6672051e4c2 Author: Fabian Groffen gentoo org> AuthorDate: Tue May 3 16:08:14 2016 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Tue May 3 16:08:14 2016 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=53aba129 hashgen: include sys/time.h for utimes scripts/rsync-generation/hashgen.c | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/rsync-generation/hashgen.c b/scripts/rsync-generation/hashgen.c index 4dbd754..6fc8e15 100644 --- a/scripts/rsync-generation/hashgen.c +++ b/scripts/rsync-generation/hashgen.c @@ -6,6 +6,7 @@ #include #include #include +#include #include #include