]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Fix missing header include / prototype
authorAnders F Björklund <anders.f.bjorklund@gmail.com>
Sat, 20 Oct 2018 10:46:23 +0000 (12:46 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 21 Oct 2018 11:52:22 +0000 (13:52 +0200)
no previous prototype for function 'unify_hash'

src/unify.c

index 8cb69fc711de3cdff317d8eacf9179f7ee87e709..7e2cd4775c4a8d2fcea5a906b08d2202a7146b66 100644 (file)
@@ -29,6 +29,7 @@
 
 #include "ccache.h"
 #include "hash.h"
+#include "unify.h"
 
 static bool print_unified = true;