From af0b5dbdf3db39eb301979618a9b21d05c90f69b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20F=20Bj=C3=B6rklund?= Date: Sat, 20 Oct 2018 12:46:23 +0200 Subject: Fix missing header include / prototype no previous prototype for function 'unify_hash' --- src/unify.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/unify.c b/src/unify.c index 8cb69fc7..7e2cd477 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; -- cgit v1.2.1