summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders F Björklund <anders.f.bjorklund@gmail.com>2018-10-20 12:46:23 +0200
committerJoel Rosdahl <joel@rosdahl.net>2018-10-21 13:52:22 +0200
commitaf0b5dbdf3db39eb301979618a9b21d05c90f69b (patch)
tree1efdb9f2a3084323a9f81c19778a0d7695e4a002
parent32679910d82e07ad8ab7a294ddb15239ebb98458 (diff)
downloadccache-af0b5dbdf3db39eb301979618a9b21d05c90f69b.tar.gz
Fix missing header include / prototype
no previous prototype for function 'unify_hash'
-rw-r--r--src/unify.c1
1 files changed, 1 insertions, 0 deletions
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;