commit: 90783e171220688a16eac338d2480d6625ab391b Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Wed Apr 6 10:49:12 2016 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> 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 <stdio.h> +#include <string.h> #include <strings.h> #include <dirent.h> #include <errno.h>
