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 114CD59CAF for ; Wed, 6 Apr 2016 10:50:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69C3E21C006; Wed, 6 Apr 2016 10:50:05 +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 EE44821C025 for ; Wed, 6 Apr 2016 10:50:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 7C828340BA2 for ; Wed, 6 Apr 2016 10:50:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC4CE86 for ; Wed, 6 Apr 2016 10:49:59 +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: <1459939752.90783e171220688a16eac338d2480d6625ab391b.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: 90783e171220688a16eac338d2480d6625ab391b X-VCS-Branch: master Date: Wed, 6 Apr 2016 10:49:59 +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: 11f1ed10-6921-490d-a9f2-dfdb9a5c77f3 X-Archives-Hash: 465305eb55fe7e0fa1d539d79290a1e4 commit: 90783e171220688a16eac338d2480d6625ab391b Author: Fabian Groffen gentoo org> AuthorDate: Wed Apr 6 10:49:12 2016 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Wed Apr 6 10:49:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=90783e17 hashgen: need string.h for strlen (Linux) 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 e372eb0..4dbd754 100644 --- a/scripts/rsync-generation/hashgen.c +++ b/scripts/rsync-generation/hashgen.c @@ -1,5 +1,6 @@ /* Copyright 2006-2015 Gentoo Foundation; Distributed under the GPL v2 */ #include +#include #include #include #include