From: Anders F Björklund Date: Sat, 20 Oct 2018 10:46:23 +0000 (+0200) Subject: Fix missing header include / prototype X-Git-Tag: v3.5.1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af0b5dbdf3db39eb301979618a9b21d05c90f69b;p=thirdparty%2Fccache.git Fix missing header include / prototype no previous prototype for function 'unify_hash' --- diff --git a/src/unify.c b/src/unify.c index 8cb69fc71..7e2cd4775 100644 --- a/src/unify.c +++ b/src/unify.c @@ -29,6 +29,7 @@ #include "ccache.h" #include "hash.h" +#include "unify.h" static bool print_unified = true;